summaryrefslogtreecommitdiff
path: root/Mk/Uses/qt.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
commitc45de9579f6ec97574056dd335df02031ccd00ad (patch)
treebf42b7c476faa7a6183d0feaa4c65bb90053847d /Mk/Uses/qt.mk
parentirc/py-limnoria: Backport Web plugin bugfixes (diff)
Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782
Notes
Notes: svn path=/head/; revision=513447
Diffstat (limited to 'Mk/Uses/qt.mk')
-rw-r--r--Mk/Uses/qt.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index d99d4c6aa9cc..65eb9b143800 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -22,7 +22,7 @@ _QT_MK_INCLUDED= qt.mk
# Qt versions currently supported by the framework.
_QT_SUPPORTED?= 5
-QT5_VERSION?= 5.12.2
+QT5_VERSION?= 5.13.0
# We accept the Qt version to be passed by either or all of the three mk files.
. if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
@@ -134,12 +134,12 @@ _USE_QT_ALL= assistant dbus declarative designer doc gui help \
_USE_QT_ALL+= sql-ibase
.endif
-_USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \
+_USE_QT5_ONLY= 3d buildtools charts concurrent connectivity \
core datavis3d diag examples gamepad \
graphicaleffects location networkauth paths phonon4 plugininfo printsupport \
qdbus qdoc qdoc-data qev quickcontrols \
quickcontrols2 remoteobjects scxml sensors serialbus serialport speech \
- sql-tds uiplugin uitools virtualkeyboard wayland webchannel \
+ sql-tds uiplugin uitools virtualkeyboard wayland webchannel webglplugin \
webengine websockets websockets-qml webview widgets x11extras
# Dependency tuples: _LIB should be preferred if possible.
@@ -152,9 +152,6 @@ qt-assistant_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/assistant
qt-buildtools_PORT= devel/${_QT_RELNAME}-buildtools
qt-buildtools_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/moc
-qt-canvas3d_PORT= x11-toolkits/${_QT_RELNAME}-canvas3d
-qt-canvas3d_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtCanvas3D/qmldir
-
qt-charts_PORT= x11-toolkits/${_QT_RELNAME}-charts
qt-charts_LIB= libQt${_QT_LIBVER}Charts.so
@@ -326,6 +323,9 @@ qt-webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so
qt-webengine_PORT= www/${_QT_RELNAME}-webengine
qt-webengine_LIB= libQt${_QT_LIBVER}WebEngine.so
+qt-webglplugin_PORT= www/${_QT_RELNAME}-webglplugin
+qt-webglplugin_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/platforms/libqwebgl.so
+
qt-websockets_PORT= www/${_QT_RELNAME}-websockets
qt-websockets_LIB= libQt${_QT_LIBVER}WebSockets.so