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"} ] },