diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 17:23:01 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 17:23:01 +0200 |
commit | 040da30fe2f88f4fecda80d59598d12a57391492 (patch) | |
tree | c375a0b0d794ced844f5c97562a9bbbc1ec467ff /Mk | |
parent | b717108d9c9d02739a27eaab29fc2445e13947f8 (diff) | |
download | freebsd-ports-040da30fe2f88f4fecda80d59598d12a57391492.zip |
devel/qt6-languageserver: new port
This adds the missing Qt 6 languageserver module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/qt-dist.mk | 2 | ||||
-rw-r--r-- | Mk/Uses/qt.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk index 3d3ff38a321e..5b3a54ea6f3c 100644 --- a/Mk/Uses/qt-dist.mk +++ b/Mk/Uses/qt-dist.mk @@ -28,7 +28,7 @@ _QT5_DISTS= 3d activeqt androidextras base charts connectivity datavis3d \ serialport speech svg tools translations virtualkeyboard wayland \ webchannel webengine webglplugin websockets webview winextras \ x11extras xmlpatterns -_QT6_DISTS= 3d 5compat base declarative doc imageformats lottie multimedia quick3d quickcontrols2 \ +_QT6_DISTS= 3d 5compat base declarative doc imageformats languageserver lottie multimedia quick3d quickcontrols2 \ quicktimeline networkauth remoteobjects scxml sensors serialbus serialport shadertools svg tools \ translations virtualkeyboard webchannel webengine \ websockets webview wayland diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index f7170c1ed036..96d71af8236a 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -150,7 +150,7 @@ _USE_QT5_ONLY= 3d buildtools charts concurrent connectivity \ scripttools sql sql-mysql sql-odbc sql-pgsql sql-sqlite2 \ sql-sqlite3 svg testlib webkit xml xmlpatterns -_USE_QT6_ONLY= 3d 5compat base declarative doc lottie imageformats quick3d \ +_USE_QT6_ONLY= 3d 5compat base declarative doc languageserver lottie imageformats quick3d \ quickcontrols2 quicktimeline networkauth remoteobjects scxml sensors \ serialbus serialport shadertools \ svg tools translations wayland webchannel websockets |