aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-08-05 12:40:13 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2020-08-05 12:55:41 +0300
commit0d6b74083e2fce614a22a38d194d4a8b4bb7efcd (patch)
tree0fcd64c2a6d10a494c28042c062f96113c0fabec
parent969acbce6e9b1ac1c270363aafc8b20a1f4ee8ff (diff)
Add 'Packaging' feature for mingGW build as well
We will ship pre-built binaries for minGW in Qt6 as well so add packaging feature in it as well Change-Id: I7b506fd0c8227cef478f461e02ae1d4549f0a507 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--coin/platform_configs/cmake_platforms.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index f2624768..ddf24889 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -49,5 +49,6 @@ Configurations:
-
Template: 'qtci-windows-10-x86_64-17'
Compiler: 'Mingw'
+ Features: ['Packaging']
Configure arguments: '-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_separate_debug_info=ON -DBUILD_EXAMPLES=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF -DFEATURE_system_tiff=OFF -DFEATURE_system_freetype=OFF -DFEATURE_system_jpeg=OFF'
Environment variables: ['Path={{.Env.MINGW810}}\bin;{{.Env.Path}}', 'NON_QTBASE_CONFIGURE_ARGS=-DFEATURE_system_tiff=OFF']