mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Remove the "Packaging" feature from the qmake configurations in qt5.yaml and default.yaml. Note that "Packaging" configurations in other .yaml files are not touched yet, because there are no CMake ports for those. These are qdb.yaml, qtwebkit.yaml. qtwebengine.yaml, etc. Assign the "Packaging" feature to the closest equivalent CMake configurations we have. MinGW is not tagged with Packaging for now, because a decision needs to be made what will the Windows7 32 bit configuration be replaced with. At the moment, not every qmake configuration will have an equivalent CMake configuraiton. As a result WebAssembly goes away as a Packaging configuration for Qt 6.0. Task-number: QTBUG-85047 Change-Id: I09b6956b6b9c7393b5e095f826d72e92b81594d0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
25 lines
1.9 KiB
YAML
25 lines
1.9 KiB
YAML
Version: 2
|
|
Include: [cmake_platforms.yaml]
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-windows-7-x86-3'
|
|
Compiler: 'Mingw'
|
|
Environment variables: ['PATH=C:\MINGW810_i686\mingw32\bin;$PATH']
|
|
Features: ['DisableTests', 'UseLegacyInstructions']
|
|
Configure arguments: '-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'
|
|
-
|
|
Template: 'qtci-windows-10-x86_64-17'
|
|
Compiler: 'Mingw'
|
|
Environment variables: ['PATH=C:\MINGW810\mingw64\bin;$PATH']
|
|
Features: ['DisableTests', 'UseLegacyInstructions']
|
|
Configure arguments: '-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'
|
|
-
|
|
Template: 'qtci-windows-10-x86_64-17'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'multi'
|
|
Compiler: 'Mingw'
|
|
Environment variables: ['PATH=C:\MINGW810\mingw64\bin;$PATH']
|
|
Target compiler: 'Clang'
|
|
Features: ['DisableTests', 'UseLegacyInstructions']
|
|
Configure arguments: '-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'
|