Qt 5.15 Tools and Versions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 556: | Line 556: | ||
=== '''CI configurations for 5.15.1''' === | === '''CI configurations for 5.15.1''' === | ||
{| class="wikitable" | |||
| | |||
|Windows_10 (msvc2015-x86_64) | |||
|Windows_10 (msvc2015-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib | |||
| | |||
|- | |||
| | |||
|Windows_7 (mingw-x86) | |||
|Windows_7 (mingw-x86) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ -qt-zlib | |||
|PATH=C:\MINGW810_i686\mingw32\bin;$PATH | |||
|- | |||
| | |||
|Windows_10 (msvc2019-x86) | |||
|Windows_10 (msvc2019-x86_64) | |||
| | |||
|Packaging | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -qt-zlib | |||
|- | |||
| | |||
|Windows_10 (msvc2015-x86_64) | |||
|Windows_10 (msvc2015-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib | |||
| | |||
|- | |||
| | |||
|WinRT_10 (msvc2015-x86) | |||
|Windows_10 (msvc2015-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x86-msvc2015 | |||
| | |||
|- | |||
| | |||
|WinRT_10 (msvc2015-armv7) | |||
|Windows_10 (msvc2015-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-arm-msvc2015 | |||
| | |||
|- | |||
| | |||
|Windows_10 (msvc2019-x86_64) | |||
|Windows_10 (msvc2019-x86_64) | |||
| | |||
|Packaging | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib | |||
| | |||
|- | |||
| | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib | |||
| | |||
|- | |||
| | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib | |||
| | |||
|- | |||
| | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
|OutOfSourceBuild, Documentation | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib | |||
| | |||
|- | |||
| | |||
|openSUSE_15_1 (gcc-x86_64) | |||
|openSUSE_15_1 (gcc-x86_64) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -R . -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib | |||
| | |||
|- | |||
| | |||
|openSUSE_15_1 (icc-x86_64) | |||
|openSUSE_15_1 (icc-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib | |||
|LD_LIBRARY_PATH=$ICC64_19_LDLP:$LD_LIBRARY_PATH, PATH=$ICC64_19_PATH:$PATH | |||
|- | |||
| | |||
|WebAssembly (gcc-x86_64) | |||
|openSUSE_15_1 (gcc-x86_64) | |||
| | |||
|Packaging, DisableTests, DoNotCompileTestsDuringBuild | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -release -static -nomake tests -nomake examples -no-sql-mysql -no-pch -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-feature-thread -xplatform wasm-emscripten | |||
| | |||
|- | |||
| | |||
|SLES_15 (gcc-x86_64) | |||
|SLES_15 (gcc-x86_64) | |||
| | |||
|Insignificant | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib | |||
| | |||
|- | |||
| | |||
|RHEL_7_6 (gcc-x86_64) | |||
|RHEL_7_6 (gcc-x86_64) | |||
| | |||
|Packaging | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -xcb -bundled-xcb-xinput -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/include -L <nowiki>{{.Env.OPENSSL_HOME}}</nowiki>/lib QMAKE_LFLAGS_APP+=-s | |||
| | |||
|- | |||
| | |||
|MacOS_10_13 (clang-x86_64) | |||
|MacOS_10_13 (clang-x86_64) | |||
| | |||
|Packaging | |||
| -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include | |||
| | |||
|- | |||
| | |||
|MacOS_10_14 (clang-x86_64) | |||
|MacOS_10_14 (clang-x86_64) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include | |||
| | |||
|- | |||
| | |||
|MacOS_10_14 (clang-x86_64) | |||
|MacOS_10_14 (clang-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include | |||
| | |||
|- | |||
| | |||
|IOS_ANY (clang-multi) | |||
|MacOS_10_14 (clang-x86_64) | |||
| | |||
|Packaging, DisableTests, DoNotCompileTestsDuringBuild | |||
| -opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -no-icu -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -static -xplatform macx-ios-clang | |||
| | |||
|- | |||
| | |||
|Android_ANY (clang-multi) | |||
|RHEL_7_6 (clang-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I <nowiki>{{.Env.OPENSSL_ANDROID_HOME}}</nowiki>/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64 | |||
| | |||
|- | |||
| | |||
|QEMU (gcc-armv7) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS=hard-float boot2qt -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib | |||
|GST_PLUGIN_SCANNER=/opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/libexec/gstreamer-1.0/gst-plugin-scanner | |||
|- | |||
| | |||
|QEMU (gcc-arm64) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
| | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib | |||
|GST_PLUGIN_SCANNER=/opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/libexec/gstreamer-1.0/gst-plugin-scanner | |||
|- | |||
| | |||
|QEMU (gcc-mips64) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-mips64/sysroots/mips64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-mips64/sysroots/mips64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib | |||
| | |||
|- | |||
| | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
|Ubuntu_18_04 (gcc-x86_64) | |||
| | |||
|TestOnly, LicenseCheck | |||
| | |||
| | |||
|- | |||
| | |||
|INTEGRITY_11_04 (gcc-armv7) | |||
|RHEL_7_6 (gcc-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -xplatform integrity-armv7-imx6 | |||
| | |||
|- | |||
| | |||
|QNX_700 (gcc-armv7) | |||
|RHEL_7_6 (gcc-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -no-sql-mysql -qpa qnx -xplatform qnx-armle-v7-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | |||
| | |||
|- | |||
| | |||
|WinRT_10 (msvc2015-x86_64) | |||
|Windows_10 (msvc2015-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015 | |||
| | |||
|- | |||
| | |||
|WinRT_10 (msvc2019-x86) | |||
|Windows_10 (msvc2019-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-x86-msvc2019 | |||
| | |||
|- | |||
| | |||
|Windows_7 (mingw-x86) | |||
|Windows_7 (mingw-x86) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib | |||
| | |||
|- | |||
| | |||
|Windows_10 (mingw-x86_64) | |||
|Windows_10 (mingw-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib | |||
| | |||
|- | |||
| | |||
|WinRT_10 (msvc2019-armv7) | |||
|Windows_10 (msvc2019-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-arm-msvc2019 | |||
| | |||
|- | |||
| | |||
|WinRT_10 (msvc2019-x86_64) | |||
|Windows_10 (msvc2019-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-x64-msvc2019 | |||
| | |||
|- | |||
| | |||
|Android_ANY (clang-multi) | |||
|Windows_10 (mingw-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 | |||
|PATH=C:\MINGW810\mingw64\bin;$PATH | |||
|- | |||
| | |||
|Android_ANY (clang-multi) | |||
|MacOS_10_13 (clang-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host darwin-x86_64 | |||
| | |||
|- | |||
| | |||
|QNX_700 (gcc-x86) | |||
|MacOS_10_13 (gcc-x86_64) | |||
| | |||
|DisableTests | |||
| -opensource -confirm-license -verbose -extprefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | |||
| | |||
|- | |||
| | |||
|QNX_700 (mingw-armv7) | |||
|Windows_10 (mingw-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1 | |||
|PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin, MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include, QNX_CONFIGURATION=c:/qnx700/.qnx, QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx, QNX_TARGET=c:/qnx700/target/qnx7, QNX_HOST=c:/qnx700/host/win64/x86_64, LIB="", INCLUDE="" | |||
|- | |||
| | |||
|QNX_700 (mingw-armv8) | |||
|Windows_10 (mingw-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1 | |||
|PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin, MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include, QNX_CONFIGURATION=c:/qnx700/.qnx, QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx, QNX_TARGET=c:/qnx700/target/qnx7, QNX_HOST=c:/qnx700/host/win64/x86_64, LIB="", INCLUDE="" | |||
|- | |||
| | |||
|QNX_700 (mingw-x86_64) | |||
|Windows_10 (mingw-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1 | |||
|PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin, MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include, QNX_CONFIGURATION=c:/qnx700/.qnx, QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx, QNX_TARGET=c:/qnx700/target/qnx7, QNX_HOST=c:/qnx700/host/win64/x86_64, LIB="", INCLUDE="" | |||
|Customize | |||
|Show | |||
|- | |||
| | |||
| | |||
|QNX_700 (gcc-armv8) | |||
|RHEL_7_6 (gcc-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | |||
| | |||
|Customize | |||
|Show | |||
|- | |||
| | |||
| | |||
|QNX_700 (gcc-x86_64) | |||
|RHEL_7_6 (gcc-x86_64) | |||
| | |||
|Packaging, DisableTests | |||
| -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-64-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | |||
| | |||
|Customize | |||
|Show | |||
|- | |||
| | |||
| | |||
|WebAssembly (mingw-x86_64) | |||
|Windows_10 (mingw-x86_64) | |||
| | |||
|Packaging, DisableTests, DoNotCompileTestsDuringBuild | |||
| -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -platform win32-g++ -xplatform wasm-emscripten | |||
|PATH=C:\MINGW810\mingw64\bin;$PATH | |||
|Customize | |||
|Show | |||
|- | |||
| | |||
| | |||
|WebAssembly (clang-x86_64) | |||
|MacOS_10_13 (clang-x86_64) | |||
| | |||
|Packaging, DisableTests, DoNotCompileTestsDuringBuild | |||
| -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -xplatform wasm-emscripten | |||
|} | |||
== Software configurations for Qt 5.15.0 == | == Software configurations for Qt 5.15.0 == |
Revision as of 07:44, 9 September 2020
Note that these configurations do not represent our supported platforms. Those can be found here
Software configurations for Qt 5.15.1
windows 10 x86_64 |
windows 7 x86 | |||
7-Zip | 20181211 | 16.04 | ||
Android NDK | r20 | - | ||
Android OpenSSL | 1.1.1g | - | ||
Android SDK Api Level | android-28 | - | ||
Android SDK Build Tools | 28.0.3 | - | ||
Android SDK tools | 26.1.1 | - | ||
CMake | 3.7.2 | 3.7.2 | ||
Conan | 1.22.2 | 1.22.2 | ||
Dependency Walker | 2.2.6000 | 2.2.6000 | ||
DirectX SDK | 9.29.1962 (Jun 10) | 9.29.1962 (Jun 10) | ||
FBX SDK | 2016.1.2 | - | ||
Git | 2.13.0 | 2.13.0 | ||
ICU | 53_1 | 53_1 | ||
Java SE | 8u144 x64 | 8u144 i586 | ||
Jom | 1.1.2 | 1.1.2 | ||
Mesa llvmpipe | 11_2_2 | 11_2_2 | ||
MinGW | 8.1.0 x86_64-8.1.0-release-posix-seh-rt_v6-rev0 | 8.1.0 i686-8.1.0-release-posix-dwarf-rt_v6-rev0 | ||
Msys | 1.0.11 | - | ||
MySQL | 5.7.25 | 5.7.25 | ||
Ninja | 1.6.0 | 1.6.0 | ||
Node.js | 12.18.0 | - | ||
Notepad++ | 7.3 | 7.3 | ||
OpenSSL | 1_1_1g | 1.1.1g | ||
PostgreSQL | 9.6.16-1 | 9.6.16-1 | ||
Python-32 | 2.7.13 | 2.7.13 | ||
Python-64 | 2.7.13 | - | ||
Python3-32 | 3.6.1 | 3.6.1 | ||
Python3-64 | 3.6.1 | - | ||
QNX SDP | 7.0.0 | - | ||
Ruby | 2.4.2-2 | 2.4.2-2 | ||
Telegraf | 1.12.6 | 1.12.6 | ||
VirtualBox | 5.2.4 | - | ||
Visual Studio 2015 | Version 14.0.25431.01 Update 3 | - | ||
Visual Studio 2017 | Version 15.8.5 | - | ||
Visual Studio 2017 Build Tools | Version 15.1 (26403.7) | - | ||
Vulkan SDK | 1.0.51.0 | - | ||
breakpad | b988fa74ec18de6214b18f723e48331d9a7802ae | b988fa74ec18de6214b18f723e48331d9a7802ae | ||
emsdk | 1.39.8 | - | ||
emsdk NodeJs | 12.9.1 | - | ||
emsdk WinPython 64bit | 3.7.4 | - | ||
emsdk llvm | 1.39.8 | - | ||
emsdk portable jre | 8_update_152 | - | ||
gnuwin32 qt5 commit sha | 98c4f1bbebfb3cc6d8e031d36fd1da3c19e634fb | 98c4f1bbebfb3cc6d8e031d36fd1da3c19e634fb | ||
libClang | 6.0 | 6.0 | ||
libusb | libusb-1.0.21 | - | ||
linux-syscall-support | linux-syscall-support_93426bda6535943ff1525d0460aab5cc0870ccaf.tar.gz | linux-syscall-support_93426bda6535943ff1525d0460aab5cc0870ccaf.tar.gz | ||
sed | 4.2.1 | - | ||
strawberry | 5.26.0.1 | 5.26.0.1 | ||
macos 10.13 x86_64 |
macos 10.14 x86_64 | |||
' | - | - | ||
Android NDK | r20 | r20 | ||
Android SDK API level | android-28 | android-28 | ||
Android SDK Build Tools | 28.0.3 | 28.0.3 | ||
Android SDK tools | r26.1.1 | r26.1.1 | ||
CMake | 3.11.3 | 3.11.3 | ||
Command Line Tools | 10.1 | 11.3 | ||
Emsdk | 1.39.8 | 1.39.8 | ||
FBX SDK | 2016.1.2 | 2016.1.2 | ||
JDK Version | 8 update 102 | 8 update 102 | ||
MySQL | 5.7.15 | 5.7.15 | ||
OpenSSL | 1.1.1g | 1.1.1g | ||
PostgreSQL | 9.6.0 | 9.6.0 | ||
QNX SDP | 7.0.0 | 7.0.0 | ||
XZ | 5.0.7 | 5.0.7 | ||
Xcode | 10.1 | 11.3 | ||
breakpad | b988fa74ec18de6214b18f723e48331d9a7802ae | b988fa74ec18de6214b18f723e48331d9a7802ae | ||
libClang | 6.0 | 6.0 | ||
libiodbc | 3.52.12 | 3.52.12 | ||
libusb | 1.0.23 | - | ||
linux_syscall_support | 93426bda6535943ff1525d0460aab5cc0870ccaf | 93426bda6535943ff1525d0460aab5cc0870ccaf | ||
pkgconfig | 0.29.2_3 | - | ||
python2 | 2.7.16 | 2.7.16 | ||
python3 | 3.6.1 | 3.6.1 | ||
RHEL 7.6 x86_64 |
SLES 15 x86_64 |
Ubuntu 18.04 x86_64 |
openSUSE 15.1 x86_64 | |
Android NDK | r20 | - | r20 | - |
Android SDK API level | android-28 | - | android-28 | - |
Android SDK Build Tools | 28.0.3 | - | 28.0.3 | - |
Android SDK tools | r26.1.1 | - | r26.1.1 | - |
CMake | 3.7.2 | - | 3.7.2 | 3.7.2 |
Emsdk | - | 1.39.8 | - | 1.39.8 |
FBX SDK | 2016.1.2 | - | 2016.1.2 | - |
GCC | - | - | 9.2.0 | - |
ICC | - | 18.0.1 20171018 | - | 19.1.1.217 20200306 |
ICU | 56.1 | - | - | - |
INTEGRITY | 11.4.4 | - | - | - |
MQTT_BROKER | 20bad2475c27a6e1d24a56d90a9fceb40963261e | 20bad2475c27a6e1d24a56d90a9fceb40963261e | 20bad2475c27a6e1d24a56d90a9fceb40963261e | 20bad2475c27a6e1d24a56d90a9fceb40963261e |
OpenSSL | 1.1.1g | 1.1.1g | 1.1.1g | 1.1.1g |
OpenSSL for Android | 1.1.1g | - | 1.1.1g | - |
QNX SDP | 7.0.0 | - | 7.0.0 | - |
Yocto ARM64 toolchain | - | - | 2.6.1 | - |
Yocto ARMv7 toolchain | - | - | 2.6.1 | - |
Yocto MIPS64 toolchain | - | - | 2.6.1 | - |
breakpad | b988fa74ec18de6214b18f723e48331d9a7802ae | - | b988fa74ec18de6214b18f723e48331d9a7802ae | - |
dwz | 0.13 | - | - | - |
libClang | 6.0 | 6.0 | 6.0 | 6.0 |
linux_syscall_support | 93426bda6535943ff1525d0460aab5cc0870ccaf | - | 93426bda6535943ff1525d0460aab5cc0870ccaf | - |
p7zip | 7-11 | - | - | - |
CI configurations for 5.15.1
Windows_10 (msvc2015-x86_64) | Windows_10 (msvc2015-x86_64) | DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib | ||||||
Windows_7 (mingw-x86) | Windows_7 (mingw-x86) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ -qt-zlib | PATH=C:\MINGW810_i686\mingw32\bin;$PATH | ||||||
Windows_10 (msvc2019-x86) | Windows_10 (msvc2019-x86_64) | Packaging | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -qt-zlib | ||||||
Windows_10 (msvc2015-x86_64) | Windows_10 (msvc2015-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib | ||||||
WinRT_10 (msvc2015-x86) | Windows_10 (msvc2015-x86_64) | DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x86-msvc2015 | ||||||
WinRT_10 (msvc2015-armv7) | Windows_10 (msvc2015-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-arm-msvc2015 | ||||||
Windows_10 (msvc2019-x86_64) | Windows_10 (msvc2019-x86_64) | Packaging | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib | ||||||
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib | |||||||
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib | |||||||
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | OutOfSourceBuild, Documentation | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib | ||||||
openSUSE_15_1 (gcc-x86_64) | openSUSE_15_1 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib | |||||||
openSUSE_15_1 (icc-x86_64) | openSUSE_15_1 (icc-x86_64) | DisableTests | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib | LD_LIBRARY_PATH=$ICC64_19_LDLP:$LD_LIBRARY_PATH, PATH=$ICC64_19_PATH:$PATH | |||||
WebAssembly (gcc-x86_64) | openSUSE_15_1 (gcc-x86_64) | Packaging, DisableTests, DoNotCompileTestsDuringBuild | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -release -static -nomake tests -nomake examples -no-sql-mysql -no-pch -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-feature-thread -xplatform wasm-emscripten | ||||||
SLES_15 (gcc-x86_64) | SLES_15 (gcc-x86_64) | Insignificant | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib | ||||||
RHEL_7_6 (gcc-x86_64) | RHEL_7_6 (gcc-x86_64) | Packaging | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -xcb -bundled-xcb-xinput -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib QMAKE_LFLAGS_APP+=-s | ||||||
MacOS_10_13 (clang-x86_64) | MacOS_10_13 (clang-x86_64) | Packaging | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include | ||||||
MacOS_10_14 (clang-x86_64) | MacOS_10_14 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include | |||||||
MacOS_10_14 (clang-x86_64) | MacOS_10_14 (clang-x86_64) | DisableTests | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include | ||||||
IOS_ANY (clang-multi) | MacOS_10_14 (clang-x86_64) | Packaging, DisableTests, DoNotCompileTestsDuringBuild | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -no-icu -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -static -xplatform macx-ios-clang | ||||||
Android_ANY (clang-multi) | RHEL_7_6 (clang-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64 | ||||||
QEMU (gcc-armv7) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS=hard-float boot2qt -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib | GST_PLUGIN_SCANNER=/opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/libexec/gstreamer-1.0/gst-plugin-scanner | ||||||
QEMU (gcc-arm64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib | GST_PLUGIN_SCANNER=/opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/libexec/gstreamer-1.0/gst-plugin-scanner | ||||||
QEMU (gcc-mips64) | Ubuntu_18_04 (gcc-x86_64) | DisableTests | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-mips64/sysroots/mips64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-mips64/sysroots/mips64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib | ||||||
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | TestOnly, LicenseCheck | |||||||
INTEGRITY_11_04 (gcc-armv7) | RHEL_7_6 (gcc-x86_64) | DisableTests | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -xplatform integrity-armv7-imx6 | ||||||
QNX_700 (gcc-armv7) | RHEL_7_6 (gcc-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -no-sql-mysql -qpa qnx -xplatform qnx-armle-v7-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | ||||||
WinRT_10 (msvc2015-x86_64) | Windows_10 (msvc2015-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015 | ||||||
WinRT_10 (msvc2019-x86) | Windows_10 (msvc2019-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-x86-msvc2019 | ||||||
Windows_7 (mingw-x86) | Windows_7 (mingw-x86) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib | ||||||
Windows_10 (mingw-x86_64) | Windows_10 (mingw-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib | ||||||
WinRT_10 (msvc2019-armv7) | Windows_10 (msvc2019-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-arm-msvc2019 | ||||||
WinRT_10 (msvc2019-x86_64) | Windows_10 (msvc2019-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-x64-msvc2019 | ||||||
Android_ANY (clang-multi) | Windows_10 (mingw-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 | PATH=C:\MINGW810\mingw64\bin;$PATH | |||||
Android_ANY (clang-multi) | MacOS_10_13 (clang-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host darwin-x86_64 | ||||||
QNX_700 (gcc-x86) | MacOS_10_13 (gcc-x86_64) | DisableTests | -opensource -confirm-license -verbose -extprefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | ||||||
QNX_700 (mingw-armv7) | Windows_10 (mingw-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1 | PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin, MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include, QNX_CONFIGURATION=c:/qnx700/.qnx, QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx, QNX_TARGET=c:/qnx700/target/qnx7, QNX_HOST=c:/qnx700/host/win64/x86_64, LIB="", INCLUDE="" | |||||
QNX_700 (mingw-armv8) | Windows_10 (mingw-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1 | PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin, MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include, QNX_CONFIGURATION=c:/qnx700/.qnx, QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx, QNX_TARGET=c:/qnx700/target/qnx7, QNX_HOST=c:/qnx700/host/win64/x86_64, LIB="", INCLUDE="" | |||||
QNX_700 (mingw-x86_64) | Windows_10 (mingw-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1 | PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin, MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include, QNX_CONFIGURATION=c:/qnx700/.qnx, QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx, QNX_TARGET=c:/qnx700/target/qnx7, QNX_HOST=c:/qnx700/host/win64/x86_64, LIB="", INCLUDE="" | Customize | Show | |||
QNX_700 (gcc-armv8) | RHEL_7_6 (gcc-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | Customize | Show | ||||
QNX_700 (gcc-x86_64) | RHEL_7_6 (gcc-x86_64) | Packaging, DisableTests | -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-64-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1 | Customize | Show | ||||
WebAssembly (mingw-x86_64) | Windows_10 (mingw-x86_64) | Packaging, DisableTests, DoNotCompileTestsDuringBuild | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -platform win32-g++ -xplatform wasm-emscripten | PATH=C:\MINGW810\mingw64\bin;$PATH | Customize | Show | |||
WebAssembly (clang-x86_64) | MacOS_10_13 (clang-x86_64) | Packaging, DisableTests, DoNotCompileTestsDuringBuild | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -xplatform wasm-emscripten |
Software configurations for Qt 5.15.0
windows 10 x86_64 |
windows 7 x86 | |||
7-Zip | 20181211 | 16.04 | ||
Android NDK | r20 | - | ||
Android OpenSSL | 1.1.1d | - | ||
Android SDK Api Level | android-28 | - | ||
Android SDK Build Tools | 28.0.3 | - | ||
Android SDK tools | 26.1.1 | - | ||
CMake | 3.7.2 | 3.7.2 | ||
Conan | 1.22.2 | 1.22.2 | ||
Dependency Walker | 2.2.6000 | 2.2.6000 | ||
DirectX SDK | 9.29.1962 (Jun 10) | 9.29.1962 (Jun 10) | ||
FBX SDK | 2016.1.2 | - | ||
Git | 2.13.0 | 2.13.0 | ||
ICU | 53_1 | 53_1 | ||
Java SE | 8u144 x64 | 8u144 i586 | ||
Jom | 1.1.2 | 1.1.2 | ||
Mesa llvmpipe | 11_2_2 | 11_2_2 | ||
MinGW | 8.1.0 x86_64-8.1.0-release-posix-seh-rt_v6-rev0 | 8.1.0 i686-8.1.0-release-posix-dwarf-rt_v6-rev0 | ||
Msys | 1.0.11 | - | ||
MySQL | 5.7.25 | 5.7.25 | ||
Ninja | 1.6.0 | 1.6.0 | ||
Notepad++ | 7.3 | 7.3 | ||
OpenSSL | 1_1_1d | 1.1.1d | ||
PostgreSQL | 9.6.16-1 | 9.6.16-1 | ||
Python-32 | 2.7.13 | 2.7.13 | ||
Python-64 | 2.7.13 | - | ||
Python3-32 | 3.6.1 | 3.6.1 | ||
Python3-64 | 3.6.1 | - | ||
QNX SDP | 7.0.0 | - | ||
Ruby | 2.4.2-2 | 2.4.2-2 | ||
Telegraf | 1.12.6 | 1.12.6 | ||
VirtualBox | 5.2.4 | - | ||
Visual Studio 2015 | Version 14.0.25431.01 Update 3 | - | ||
Visual Studio 2017 | Version 15.8.5 | - | ||
Visual Studio 2017 Build Tools | Version 15.1 (26403.7) | - | ||
Vulkan SDK | 1.0.51.0 | - | ||
breakpad | b988fa74ec18de6214b18f723e48331d9a7802ae | b988fa74ec18de6214b18f723e48331d9a7802ae | ||
emsdk | 1.39.8 | - | ||
emsdk NodeJs | 12.9.1 | - | ||
emsdk WinPython 64bit | 3.7.4 | - | ||
emsdk llvm | 1.39.8 | - | ||
emsdk portable jre | 8_update_152 | - | ||
gnuwin32 qt5 commit sha | 98c4f1bbebfb3cc6d8e031d36fd1da3c19e634fb | 98c4f1bbebfb3cc6d8e031d36fd1da3c19e634fb | ||
libClang | 6.0 | 6.0 | ||
libusb | libusb-1.0.21 | - | ||
linux-syscall-support | linux-syscall-support_93426bda6535943ff1525d0460aab5cc0870ccaf.tar.gz | linux-syscall-support_93426bda6535943ff1525d0460aab5cc0870ccaf.tar.gz | ||
sed | 4.2.1 | - | ||
strawberry | 5.26.0.1 | 5.26.0.1 | ||
macos 10.13 x86_64 |
macos 10.14 x86_64 | |||
' | - | - | ||
Android NDK | r20 | r20 | ||
Android SDK API level | android-28 | android-28 | ||
Android SDK Build Tools | 28.0.3 | 28.0.3 | ||
Android SDK tools | r26.1.1 | r26.1.1 | ||
CMake | 3.11.3 | 3.11.3 | ||
Command Line Tools | 10.1 | 11.3 | ||
Emsdk | 1.39.8 | 1.39.8 | ||
FBX SDK | 2016.1.2 | 2016.1.2 | ||
JDK Version | 8 update 102 | 8 update 102 | ||
MySQL | 5.7.15 | 5.7.15 | ||
OpenSSL | 1.1.1d | 1.1.1d | ||
PostgreSQL | 9.6.0 | 9.6.0 | ||
QNX SDP | 7.0.0 | 7.0.0 | ||
XZ | 5.0.7 | 5.0.7 | ||
Xcode | 10.1 | 11.3 | ||
breakpad | b988fa74ec18de6214b18f723e48331d9a7802ae | b988fa74ec18de6214b18f723e48331d9a7802ae | ||
libClang | 6.0 | 6.0 | ||
libiodbc | 3.52.12 | 3.52.12 | ||
libusb | 1.0.23 | - | ||
linux_syscall_support | 93426bda6535943ff1525d0460aab5cc0870ccaf | 93426bda6535943ff1525d0460aab5cc0870ccaf | ||
pkgconfig | 0.29.2_3 | - | ||
python2 | 2.7.16 | 2.7.16 | ||
python3 | 3.6.1 | 3.6.1 | ||
RHEL 7.6 x86_64 |
SLES 15 x86_64 |
Ubuntu 18.04 x86_64 |
openSUSE 15.1 x86_64 | |
Android NDK | r20 | - | r20 | - |
Android SDK API level | android-28 | - | android-28 | - |
Android SDK Build Tools | 28.0.3 | - | 28.0.3 | - |
Android SDK tools | r26.1.1 | - | r26.1.1 | - |
CMake | 3.7.2 | - | 3.7.2 | 3.7.2 |
Emsdk | - | 1.39.8 | - | 1.39.8 |
FBX SDK | 2016.1.2 | - | 2016.1.2 | - |
GCC | - | - | 9.2.0 | - |
ICC | - | 18.0.1 20171018 | - | 18.0.1 20171018 |
ICU | 56.1 | - | - | - |
INTEGRITY | 11.4.4 | - | - | - |
MQTT_BROKER | 20bad2475c27a6e1d24a56d90a9fceb40963261e | 20bad2475c27a6e1d24a56d90a9fceb40963261e | 20bad2475c27a6e1d24a56d90a9fceb40963261e | 20bad2475c27a6e1d24a56d90a9fceb40963261e |
OpenSSL | 1.1.1d | 1.1.1d | 1.1.1d | 1.1.1d |
OpenSSL for Android | 1.1.1d | - | 1.1.1d | - |
QNX SDP | 7.0.0 | - | 7.0.0 | - |
Yocto ARM64 toolchain | - | - | 2.6.1 | - |
Yocto ARMv7 toolchain | - | - | 2.6.1 | - |
Yocto MIPS64 toolchain | - | - | 2.6.1 | - |
breakpad | b988fa74ec18de6214b18f723e48331d9a7802ae | - | b988fa74ec18de6214b18f723e48331d9a7802ae | - |
dwz | 0.13 | - | - | - |
libClang | 6.0 | 6.0 | 6.0 | 6.0 |
linux_syscall_support | 93426bda6535943ff1525d0460aab5cc0870ccaf | - | 93426bda6535943ff1525d0460aab5cc0870ccaf | - |
p7zip | 7-11 | - | - | - |
CI configurations for 5.15.0
Target | Host | Configure Arguments |
---|---|---|
Windows_10 (msvc2015-x86_64) | Windows_10 (msvc2015-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib |
Windows_7 (mingw-x86) | Windows_7 (mingw-x86) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ -qt-zlib |
Windows_10 (msvc2019-x86) | Windows_10 (msvc2019-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -qt-zlib |
Windows_10 (msvc2015-x86_64) | Windows_10 (msvc2015-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib |
WinRT_10 (msvc2015-x86) | Windows_10 (msvc2015-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x86-msvc2015 |
WinRT_10 (msvc2015-armv7) | Windows_10 (msvc2015-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-arm-msvc2015 |
Windows_10 (msvc2019-x86_64) | Windows_10 (msvc2019-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -qt-zlib |
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib |
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib |
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib |
openSUSE_15_1 (gcc-x86_64) | openSUSE_15_1 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib |
openSUSE_15_1 (icc_18-x86_64) | openSUSE_15_1 (icc_18-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib |
WebAssembly (gcc-x86_64) | openSUSE_15_1 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -release -static -nomake tests -nomake examples -no-sql-mysql -no-pch -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-feature-thread -xplatform wasm-emscripten |
SLES_15 (gcc-x86_64) | SLES_15 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib |
RHEL_7_6 (gcc-x86_64) | RHEL_7_6 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -xcb -bundled-xcb-xinput -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib QMAKE_LFLAGS_APP+=-s |
MacOS_10_13 (clang-x86_64) | MacOS_10_13 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include |
MacOS_10_14 (clang-x86_64) | MacOS_10_14 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include |
MacOS_10_14 (clang-x86_64) | MacOS_10_14 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include |
IOS_ANY (clang-multi) | MacOS_10_14 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -no-icu -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -static -xplatform macx-ios-clang |
Android_ANY (clang-multi) | RHEL_7_6 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64 |
QEMU (gcc-armv7) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS=hard-float boot2qt -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib |
QEMU (gcc-arm64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib |
QEMU (gcc-mips64) | Ubuntu_18_04 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-mips64/sysroots/mips64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-mips64/sysroots/mips64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib |
Ubuntu_18_04 (gcc-x86_64) | Ubuntu_18_04 (gcc-x86_64) | |
INTEGRITY_11_04 (gcc-armv7) | RHEL_7_6 (gcc-x86_64) | -opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -xplatform integrity-armv7-imx6 |
QNX_700 (gcc-armv7) | RHEL_7_6 (gcc-x86_64) | -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -no-sql-mysql -qpa qnx -xplatform qnx-armle-v7-qcc |
WinRT_10 (msvc2015-x86_64) | Windows_10 (msvc2015-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015 |
WinRT_10 (msvc2019-x86) | Windows_10 (msvc2019-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-x86-msvc2019 |
Windows_7 (mingw-x86) | Windows_7 (mingw-x86) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib |
Windows_10 (mingw-x86_64) | Windows_10 (mingw-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -separate-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++ QMAKE_LFLAGS_APP+=-s -qt-zlib |
WinRT_10 (msvc2019-armv7) | Windows_10 (msvc2019-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-arm-msvc2019 |
WinRT_10 (msvc2019-x86_64) | Windows_10 (msvc2019-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2019 -xplatform winrt-x64-msvc2019 |
Android_ANY (clang-multi) | Windows_10 (mingw-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 |
Android_ANY (clang-multi) | MacOS_10_13 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host darwin-x86_64 |
QNX_700 (gcc-x86) | MacOS_10_13 (gcc-x86_64) | -opensource -confirm-license -verbose -extprefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc |
QNX_700 (mingw-armv7) | Windows_10 (mingw-x86_64) | -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc |
QNX_700 (mingw-armv8) | Windows_10 (mingw-x86_64) | -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc |
QNX_700 (mingw-x86_64) | Windows_10 (mingw-x86_64) | -opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc |
QNX_700 (gcc-armv8) | RHEL_7_6 (gcc-x86_64) | -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc |
QNX_700 (gcc-x86_64) | RHEL_7_6 (gcc-x86_64) | -opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-64-qcc |
WebAssembly (mingw-x86_64) | Windows_10 (mingw-x86_64) | -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -platform win32-g++ -xplatform wasm-emscripten |
WebAssembly (clang-x86_64) | MacOS_10_13 (clang-x86_64) | -opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -xplatform wasm-emscripten |