aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-29 04:05:14 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-29 04:10:07 +0000
commitcb2e2b668adab05ec009ab06af987372059c35ae (patch)
tree093166929aa010697ab802ef73b50150ad051287 /Mk
parent36a838e202256d5a528abfc8ff6a66ca7ce4d148 (diff)
downloadports-cb2e2b668adab05ec009ab06af987372059c35ae.tar.gz
ports-cb2e2b668adab05ec009ab06af987372059c35ae.zip
comms/qt6-connectivity: new port
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/qt-dist.mk4
-rw-r--r--Mk/Uses/qt.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk
index 2a03c8fad100..40ae305bdbb1 100644
--- a/Mk/Uses/qt-dist.mk
+++ b/Mk/Uses/qt-dist.mk
@@ -21,11 +21,11 @@ qmake_ARGS?= # empty
.include "${USESDIR}/qmake.mk"
# Supported distribution arguments
-_COMMON_DISTS= 3d base charts datavis3d declarative imageformats location multimedia \
+_COMMON_DISTS= 3d base charts connectivity datavis3d declarative imageformats location multimedia \
networkauth quick3d quicktimeline remoteobjects scxml sensors \
serialbus serialport speech svg tools translations virtualkeyboard \
wayland webchannel webengine websockets webview
-_QT5_DISTS= connectivity gamepad graphicaleffects quickcontrols \
+_QT5_DISTS= gamepad graphicaleffects quickcontrols \
quickcontrols2 script webglplugin \
x11extras xmlpatterns
_QT6_DISTS= 5compat doc httpserver languageserver lottie positioning \
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index 2c3421a456fe..1cc7f035ac1c 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -131,12 +131,12 @@ _USES_POST+= qt
_QT_MK_POST_INCLUDED= qt.mk
# The Qt components supported by qt.mk: list of shared, and version specific ones
-_USE_QT_COMMON= 3d charts datavis3d declarative doc examples imageformats location \
+_USE_QT_COMMON= 3d charts connectivity datavis3d declarative doc examples imageformats location \
multimedia networkauth quick3d quicktimeline remoteobjects scxml \
sensors serialbus serialport speech svg virtualkeyboard wayland \
webchannel webengine websockets webview
-_USE_QT5_ONLY= assistant buildtools concurrent connectivity core dbus \
+_USE_QT5_ONLY= assistant buildtools concurrent core dbus \
declarative-test designer diag gamepad \
graphicaleffects gui help l10n linguist linguisttools \
network opengl paths phonon4 pixeltool plugininfo printsupport \