diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 09:15:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 09:15:15 +0000 |
commit | 32d35e213bc634a74d2befab52f654e5e7592531 (patch) | |
tree | de9f9acebc9f380f772d5df859efd02946ed2f9b /Mk | |
parent | 5a4117f1e04fcf12afd6f4c8a73c2a2cfac11bf1 (diff) | |
download | ports-32d35e213bc634a74d2befab52f654e5e7592531.tar.gz ports-32d35e213bc634a74d2befab52f654e5e7592531.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/qt.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index 8139c671018f..bc8d89a55c12 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -431,6 +431,9 @@ uitools_PATH= ${LOCALBASE}/${QT_LIBDIR_REL}/libQt${_QT_LIBVER}UiTools.a virtualkeyboard_PORT= x11-toolkits/${_QT_RELNAME}-virtualkeyboard virtualkeyboard_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/platforminputcontexts/libqtvirtualkeyboardplugin.so +wayland_PORT= graphics/${_QT_RELNAME}-wayland +wayland_LIB= ibQt${_QT_LIBVER}WaylandClient.so + webchannel_PORT= www/${_QT_RELNAME}-webchannel webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so |