Add architecture and abi to generated qconfig.pri

Task-number: QTBUG-75666
Change-Id: If2933005038557c2b5041da6bd02c5890ac786ef
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Simon Hausmann 2019-05-31 10:58:43 +02:00
parent 8fa646dbe2
commit b99e4387f6

View File

@ -354,7 +354,9 @@ function(qt_generate_global_config_pri_file)
file(GENERATE
OUTPUT "${qconfig_pri_target_path}"
CONTENT
"QT.global.enabled_features = ${enabled_features}
"QT_ARCH = ${TEST_architecture_arch}
QT_BUILDABI = ${TEST_buildAbi}
QT.global.enabled_features = ${enabled_features}
QT.global.disabled_features = ${disabled_features}
QT_VERSION = ${PROJECT_VERSION}
QT_MAJOR_VERSION = ${PROJECT_VERSION_MAJOR}