mirror of https://github.com/qt/qtbase.git
Fix default QT_ARCHS for non-universal builds
Amends e01f464274
.
Change-Id: Ie53969389b0874e5b33b655ece7b3b4d4a3dd825
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
89d6f66edb
commit
81e9432fff
|
@ -995,7 +995,7 @@ defineTest(qtConfOutput_architecture) {
|
|||
macos {
|
||||
eval($$config.input.qmakeArgs)
|
||||
apple_archs = $$QMAKE_APPLE_DEVICE_ARCHS
|
||||
isEmpty(apple_archs): apple_archs = "\$\$ARCH"
|
||||
isEmpty(apple_archs): apple_archs = "\$\$QT_ARCH"
|
||||
}
|
||||
|
||||
$$qtConfEvaluate("features.cross_compile") {
|
||||
|
|
Loading…
Reference in New Issue