summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-01-25 15:36:46 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2018-02-12 06:58:59 +0000
commit50c4963980164ae0e9992d652fd934d85fd2400e (patch)
tree2e1a1beb461e4ea3b793e87ee0d1583273eb20fa /recipes-qt/qt5/qtbase-native_git.bb
parentc907a6caee05b559ee231300a228f88708f9b7c2 (diff)
downloadmeta-qt5-50c4963980164ae0e9992d652fd934d85fd2400e.tar.gz
qt5: Upgrade to Qt 5.11.0
QtQuickCompiler functionality is now integrated to qtdeclarative and can be enabled with CONFIG+=qtquickcompiler. Add PACKAGECONFIG to qt5.inc, so that any qtmodule can take advantage of this. Enable by default for qtcharts and qtvirtualkeyboard. Change-Id: I484b4b6c7869b3ca5630ef9685453aecc626137a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 7cf4c8f6..96ed7255 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -64,7 +64,6 @@ PACKAGECONFIG_CONFARGS = " \
64 -no-accessibility \ 64 -no-accessibility \
65 -no-cups \ 65 -no-cups \
66 -no-gui \ 66 -no-gui \
67 -no-qml-debug \
68 -no-sql-mysql \ 67 -no-sql-mysql \
69 -no-sql-sqlite \ 68 -no-sql-sqlite \
70 -no-opengl \ 69 -no-opengl \
@@ -136,4 +135,4 @@ do_install() {
136 echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake 135 echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake
137} 136}
138 137
139SRCREV = "41cdfbe3a473a4f691c193a58206d860cb9c676d" 138SRCREV = "2cb1db64370989fffeec313c196fe573c479e6aa"