@@ -23,8 +23,8 @@ _QT_MK_INCLUDED= qt.mk
2323# Qt versions currently supported by the framework.
2424_QT_SUPPORTED? = 5 6
2525QT5_VERSION? = 5.15.8
26- QT6_VERSION? = 6.5.1
27- PYSIDE6_VERSION? = ${QT6_VERSION}.1
26+ QT6_VERSION? = 6.5.2
27+ PYSIDE6_VERSION? = ${QT6_VERSION}
2828
2929# We accept the Qt version to be passed by either or all of the three mk files.
3030. if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
@@ -131,26 +131,26 @@ _USES_POST+= qt
131131_QT_MK_POST_INCLUDED = qt.mk
132132
133133# The Qt components supported by qt.mk: list of shared, and version specific ones
134- _USE_QT_COMMON = 3d charts datavis3d declarative doc examples imageformats \
134+ _USE_QT_COMMON = 3d charts datavis3d declarative doc examples imageformats location \
135135 multimedia networkauth quick3d quicktimeline remoteobjects scxml \
136- sensors serialbus serialport svg virtualkeyboard wayland \
136+ sensors serialbus serialport speech svg virtualkeyboard wayland \
137137 webchannel webengine websockets
138138
139139_USE_QT5_ONLY = assistant buildtools concurrent connectivity core dbus \
140140 declarative-test designer diag gamepad \
141- graphicaleffects gui help l10n linguist linguisttools location \
141+ graphicaleffects gui help l10n linguist linguisttools \
142142 network opengl paths phonon4 pixeltool plugininfo printsupport \
143143 qdbus qdbusviewer qdoc qdoc-data qev qmake quickcontrols \
144- quickcontrols2 script scripttools speech sql sql-mysql sql-odbc \
144+ quickcontrols2 script scripttools sql sql-mysql sql-odbc \
145145 sql-pgsql sql-sqlite2 sql-sqlite3 sql-tds testlib uiplugin \
146146 uitools webglplugin webkit websockets-qml webview \
147147 widgets x11extras xml xmlpatterns
148148. if ${ARCH} == amd64 || ${ARCH} == i386
149149_USE_QT5_ONLY+ = sql-ibase
150150. endif
151151
152- _USE_QT6_ONLY = 5compat base languageserver lottie positioning shadertools \
153- tools translations \
152+ _USE_QT6_ONLY = 5compat base httpserver languageserver lottie positioning \
153+ quickeffectmaker shadertools tools translations \
154154 sqldriver-sqlite sqldriver-mysql sqldriver-psql sqldriver-odbc
155155
156156# Dependency tuples: _LIB should be preferred if possible.
@@ -218,6 +218,9 @@ qt-gui_LIB= libQt${_QT_LIBVER}Gui.so
218218qt-help_PORT = devel/${_QT_RELNAME}-help
219219qt-help_LIB = libQt${_QT_LIBVER}Help.so
220220
221+ qt-httpserver_PORT = www/${_QT_RELNAME}-httpserver
222+ qt-httpserver_LIB = libQt${_QT_LIBVER}HttpServer.so
223+
221224qt-imageformats_PORT = graphics/${_QT_RELNAME}-imageformats
222225qt-imageformats_PATH = ${LOCALBASE}/${QT_PLUGINDIR_REL}/imageformats/libqtiff.so
223226
@@ -297,6 +300,9 @@ qt-quickcontrols_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Controls/qmldir
297300qt-quickcontrols2_PORT = x11-toolkits/${_QT_RELNAME}-quickcontrols2
298301qt-quickcontrols2_LIB = libQt${_QT_LIBVER}QuickControls2.so
299302
303+ qt-quickeffectmaker_PORT = graphics/${_QT_RELNAME}-quickeffectmaker
304+ qt-quickeffectmaker_PATH = ${LOCALBASE}/${QT_BINDIR_REL}/qqem
305+
300306qt-quicktimeline_PORT = x11-toolkits/${_QT_RELNAME}-quicktimeline
301307qt-quicktimeline_PATH = ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so
302308
0 commit comments