Correct framework config options to remain as they used to
Commit 90eee08b3e
changed how framework
config was defined, subtlely breaking Qt framework builds.
Task-number: QTBUG-54361
Change-Id: Ie7670d900d9eb4c2adb52ca1cd0f60f22acf8b81
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
2f7e940e83
commit
29ac40d6cd
@ -1062,9 +1062,9 @@
|
||||
"description": "Build Apple Frameworks",
|
||||
"condition": "config.darwin && features.shared",
|
||||
"output": [
|
||||
"publicQtConfig",
|
||||
"publicConfig",
|
||||
{ "type": "define", "name": "QT_MAC_FRAMEWORK_BUILD" },
|
||||
{ "type": "publicQtConfig", "name": "qt_framework"},
|
||||
{ "type": "publicConfig", "name": "qt_framework"},
|
||||
{ "type": "publicConfig", "negative": true, "name": "qt_no_framework"}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user