aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/qt.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-17 09:15:15 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-17 09:15:15 +0000
commit32d35e213bc634a74d2befab52f654e5e7592531 (patch)
treede9f9acebc9f380f772d5df859efd02946ed2f9b /Mk/Uses/qt.mk
parent5a4117f1e04fcf12afd6f4c8a73c2a2cfac11bf1 (diff)
downloadports-32d35e213bc634a74d2befab52f654e5e7592531.tar.gz
ports-32d35e213bc634a74d2befab52f654e5e7592531.zip
qt.mk: add wayland component
Reported by: tobik
Notes
Notes: svn path=/head/; revision=496041
Diffstat (limited to 'Mk/Uses/qt.mk')
-rw-r--r--Mk/Uses/qt.mk3
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