summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-27 10:56:50 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-05 15:48:58 +0000
commit8ca247e287963802f59af1c3243467792f18ba31 (patch)
tree9762fff318d4929d88bbb1e45b5c7f11d11e4171 /configure.json
parent27be7c764e22e5e3b03c73db26150f2740095c04 (diff)
Get rid of the qt_no_framework setting in the CONFIG variable
It's only used in one place, where it's actually not required either. Change-Id: I5766d2b5f0c1083bbd58a9b9fb07cc67bbd46a94 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index 1cb30c989e..4316b57c05 100644
--- a/configure.json
+++ b/configure.json
@@ -1090,8 +1090,7 @@
"output": [
{ "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"}
+ { "type": "publicConfig", "name": "qt_framework"}
]
},
"largefile": {