mirror of https://github.com/qt/qt5.git
Add qt-zlib config to cross-compile window target
After shocking realization that build artifacts are mixed between cross-compiled and native window arm builds for installer add missing qt-zlib config, so configs match better. The -no-opengl mismatch is covered in different patch. Any auto detected platform configs and features mismatch is unknown, but let's do hope it works (as the final output is not covered by single ci test). Pick-to: 6.10 6.9 Task-number: QTBUG-138859 Change-Id: I03562f1b518cf711cee894b5cf3f4512e2521f77 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
parent
f7af78977c
commit
493b592568
|
@ -243,7 +243,7 @@ Configurations:
|
|||
Platform dependency: 'windows-10_22h2-mingw13'
|
||||
Environment variables: [
|
||||
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
||||
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer',
|
||||
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc -qt-zlib -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer',
|
||||
'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ROOT_DIR_x64_arm64}}',
|
||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||
'OPENSSL_CONF_x64={{.Env.OPENSSL_CONF_x64_arm64}}',
|
||||
|
|
Loading…
Reference in New Issue