aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-09-04 10:13:01 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-09-07 11:52:12 +0000
commit03fd45acba36f5dbe67d080aa677f11a5a894384 (patch)
tree15d9ba8c33f3038c2514e4c7806734ed5825bc3e
parent7394b72791df0b8327afaa4b778b67619acb501b (diff)
Update 5.6 configuration file to match correct qt5.6 submodule setupv5.6.0-alpha1-packaging
Change-Id: Ic23d4f93fcfa1f8386036ed05d9b16077381a6e4 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
-rw-r--r--packaging-tools/mkqt5bld.py21
-rw-r--r--packaging-tools/releases/release-5613
2 files changed, 16 insertions, 18 deletions
diff --git a/packaging-tools/mkqt5bld.py b/packaging-tools/mkqt5bld.py
index d3dad14f4..1bcdf639b 100644
--- a/packaging-tools/mkqt5bld.py
+++ b/packaging-tools/mkqt5bld.py
@@ -76,17 +76,16 @@ QT5_MODULES_LIST = [ 'qt3d', 'qtactiveqt', 'qtandroidextras',
'qtbase', 'qtconnectivity', 'qtdeclarative', \
'qtdoc', 'qtenginio', 'qtfeedback', 'qtgraphicaleffects', \
'qtimageformats', 'qtlocation', 'qtmacextras', \
- 'qtmultimedia', 'qtpim', 'qtqa', 'qtquick1', \
- 'qtquickcontrols', 'qtrepotools', 'qtscript', \
- 'qtsensors', 'qtserialport', 'qtsvg', 'qtsystems', \
- 'qttools', 'qttranslations', 'qtwayland', \
- 'qtwebkit', 'qtwebkit-examples', 'qtwebsockets', \
- 'qtwinextras', 'qtxmlpatterns', 'qtx11extras', \
- 'qtwebengine', 'qtwebchannel' ]
-QT5_ESSENTIALS = [ 'qtbase', 'qtdeclarative', 'qtdoc', \
- 'qtmultimedia', 'qtquick1', 'qtquickcontrols', \
- 'qtscript', 'qttools', 'qtwebkit', \
- 'qtwebkit-examples', 'qtxmlpatterns' ]
+ 'qtmultimedia', 'qtpim', 'qtqa', 'qtquickcontrols', \
+ 'qtquickcontrols2', 'qtrepotools', 'qtscript', \
+ 'qtsensors', 'qtserialbus', 'qtserialport', 'qtsvg',\
+ 'qtsystems', 'qttools', 'qttranslations', 'qtwayland', \
+ 'qtwebsockets', 'qtwinextras', 'qtxmlpatterns', 'qtx11extras', \
+ 'qtwebengine', 'qtwebchannel', 'qtwebview' ]
+QT5_ESSENTIALS = [ 'qtbase', 'qtdeclarative', 'qtdoc',
+ 'qtmultimedia', 'qtquickcontrols', \
+ 'qtscript', 'qttools', \
+ 'qtxmlpatterns' ]
# Modules not to be included in final package
QT5_MODULE_INSTALL_EXCLUDE_LIST = ['qtwebkit-examples']
diff --git a/packaging-tools/releases/release-56 b/packaging-tools/releases/release-56
index 15fff1b9e..c7be286e0 100644
--- a/packaging-tools/releases/release-56
+++ b/packaging-tools/releases/release-56
@@ -13,25 +13,24 @@ mac-x64: installer-framework-build-mac-x64.7z
[release.global]
version: 5.6.0
version_tag: alpha
-module_exclude_list: qtdocgallery, qtfeedback, qtjsondb, qtpim, qtqa, qtrepotools, qtsystems
-module_separate_install_list: qtwebengine, qtquick1, qtscript
+module_exclude_list: qtdocgallery, qtfeedback, qtjsondb, qtpim, qtqa, qtquick1, qtrepotools, qtserialbus, qtsystems, qtwebkit, qtwebkit-examples
+module_separate_install_list: qtwebengine, qtwebview, qtscript
arg_substitution_list: @QT_VERSION@=%GLOBAL_VERSION%,
@QT_VERSION_MINOR@=5.6,
@QT_VERSION_AND_TAG@=%GLOBAL_VERSION_AND_TAG%,
- @QT_INSTALL_DIR_NAME@=5.6,
- @QTWEBVIEW_VERSION@=1.1.0
+ @QT_INSTALL_DIR_NAME@=5.6
[release.qt.configure_options.android_armv5]
build_node_labels: linux-g++-Rhel6.6-x86_Android-armv5, linux-g++-Rhel6.6-x64_Android-armv5, mac-clang-10.10-x64_Android-armv5, win-MinGW4.9.2-Windows7-x86_Android-armv5
-configure_options: -opensource -confirm-license -release -xplatform android-g++ -opengl es2 -android-arch armeabi -nomake tests -nomake examples -skip qtserialport -skip qtwebkit -skip qtwebkit-examples -skip qtx11extras -sysconfdir /etc/xdg -no-icu -openssl
+configure_options: -opensource -confirm-license -release -xplatform android-g++ -opengl es2 -android-arch armeabi -nomake tests -nomake examples -skip qtserialport -skip qtx11extras -sysconfdir /etc/xdg -no-icu -openssl
[release.qt.configure_options.android_armv7]
build_node_labels: linux-g++-Rhel6.6-x86_Android-armv7, linux-g++-Rhel6.6-x64_Android-armv7, mac-clang-10.10-x64_Android-armv7, win-MinGW4.9.2-Windows7-x86_Android-armv7
-configure_options: -opensource -confirm-license -release -xplatform android-g++ -opengl es2 -android-arch armeabi-v7a -nomake tests -nomake examples -skip qtserialport -skip qtwebkit -skip qtwebkit-examples -skip qtx11extras -sysconfdir /etc/xdg -no-icu -openssl
+configure_options: -opensource -confirm-license -release -xplatform android-g++ -opengl es2 -android-arch armeabi-v7a -nomake tests -nomake examples -skip qtserialport -skip qtx11extras -sysconfdir /etc/xdg -no-icu -openssl
[release.qt.configure_options.android_x86]
build_node_labels: linux-g++-Rhel6.6-x86_Android-x86, linux-g++-Rhel6.6-x64_Android-x86, mac-clang-10.10-x64_Android-x86, win-MinGW4.9.2-Windows7-x86_Android-x86
-configure_options: -opensource -confirm-license -release -xplatform android-g++ -opengl es2 -android-arch x86 -nomake tests -nomake examples -skip qtserialport -skip qtwebkit -skip qtwebkit-examples -skip qtx11extras -sysconfdir /etc/xdg -no-icu -openssl
+configure_options: -opensource -confirm-license -release -xplatform android-g++ -opengl es2 -android-arch x86 -nomake tests -nomake examples -skip qtserialport -skip qtx11extras -sysconfdir /etc/xdg -no-icu -openssl
[release.qt.configure_options.ios]
build_node_labels: mac-clang-10.10-x64_iOS