diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 17:01:29 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 17:12:56 +0200 |
commit | 768cec018708b988453582c6b6c7ca287b7120bc (patch) | |
tree | ff52b7ecb8cd0040a4639c5037645dba96bf0058 /Mk | |
parent | bf34ddb9ad3d7b6ac539c74656885229f3f79243 (diff) | |
download | freebsd-ports-768cec018708b988453582c6b6c7ca287b7120bc.zip |
devel/qt6-remoteobjects: new port
This adds the missing Qt 6 remoteobjects 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 64c539cf3bae..013e70d16ab1 100644 --- a/Mk/Uses/qt-dist.mk +++ b/Mk/Uses/qt-dist.mk @@ -29,7 +29,7 @@ _QT5_DISTS= 3d activeqt androidextras base charts connectivity datavis3d \ webchannel webengine webglplugin websockets webview winextras \ x11extras xmlpatterns _QT6_DISTS= 3d 5compat base declarative doc imageformats multimedia quick3d quickcontrols2 \ - quicktimeline networkauth scxml sensors serialbus serialport shadertools svg tools \ + 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 1595b3a4d0be..94b4a614883b 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -151,7 +151,7 @@ _USE_QT5_ONLY= 3d buildtools charts concurrent connectivity \ sql-sqlite3 svg testlib webkit xml xmlpatterns _USE_QT6_ONLY= 3d 5compat base declarative doc imageformats quick3d \ - quickcontrols2 quicktimeline networkauth scxml sensors \ + quickcontrols2 quicktimeline networkauth remoteobjects scxml sensors \ serialbus serialport shadertools \ svg tools translations wayland webchannel websockets |