diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 16:42:52 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 16:44:50 +0200 |
commit | 2637124dba2d68f94ba37fa3fa12780256d34a3b (patch) | |
tree | c5c66a4e66813694d67c702813bd89811e872c37 /Mk | |
parent | www/qt6-websockets: fix plist (diff) |
www/qt6-serialbus: new port
This adds the missing Qt 6 serialbus 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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index 05908e86d575..abfa00feaaea 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 serialport shadertools \ + quickcontrols2 quicktimeline networkauth serialbus serialport shadertools \ svg tools translations wayland webchannel websockets # Dependency tuples: _LIB should be preferred if possible. |