aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-08-17 15:56:11 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-08-17 15:56:11 +0000
commit90652af7cd23dffd9a30abc2a2f6baff35f1438c (patch)
tree4c4dd3a7c758de3a91797e01c7e0a7747325de96 /Mk
parente3fb8ce76d31e45fb1bbf6498eb48ad0784b1f80 (diff)
downloadports-90652af7cd23dffd9a30abc2a2f6baff35f1438c.tar.gz
ports-90652af7cd23dffd9a30abc2a2f6baff35f1438c.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.qt.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk
index 978b8d049bd4..c4f7850a2200 100644
--- a/Mk/bsd.qt.mk
+++ b/Mk/bsd.qt.mk
@@ -92,8 +92,8 @@ QT_DIST= 3d base canvas3d charts connectivity datavis3d declarative \
declarative-render2d gamepad graphicaleffects imageformats \
location multimedia quickcontrols quickcontrols2 script scxml \
sensors serialbus serialport svg tools translations \
- virtualkeyboard wayland webchannel websockets x11extras \
- xmlpatterns
+ virtualkeyboard wayland webchannel webengine \
+ websockets x11extras xmlpatterns
. endif
. endif
@@ -321,7 +321,7 @@ _USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \
qdbus qdoc qdoc-data qev qml quick quickcontrols \
quickcontrols2 scxml sensors serialbus serialport \
sql-tds uiplugin uitools virtualkeyboard wayland webchannel \
- websockets websockets-qml widgets x11extras
+ webengine websockets websockets-qml widgets x11extras
3d_PORT= graphics/${_QT_RELNAME}-3d
3d_LIB= libQt${_QT_LIBVER}3DCore.so
@@ -592,6 +592,9 @@ virtualkeyboard_PATH= ${QT_PLUGINDIR}/platforminputcontexts/libqtvirtualkeyboard
webchannel_PORT= www/${_QT_RELNAME}-webchannel
webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so
+webengine_PORT= www/${_QT_RELNAME}-webengine
+webengine_LIB= libQt${_QT_LIBVER}WebEngine.so
+
websockets_PORT= www/${_QT_RELNAME}-websockets
websockets_LIB= libQt${_QT_LIBVER}WebSockets.so