summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 7623997409..1d6aa3fe8b 100644
--- a/configure.json
+++ b/configure.json
@@ -1012,7 +1012,7 @@
},
"simulator_and_device": {
"description": "Build for both simulator and device",
- "condition": "config.ios && input.sdk != ''",
+ "condition": "config.ios && input.sdk == ''",
"output": [ "publicQtConfig" ]
},
"build_all": {