summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index 1d6aa3fe8b..6246485164 100644
--- a/configure.json
+++ b/configure.json
@@ -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"}
]
},