summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-01-25 10:10:07 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-01-25 14:38:00 +0000
commit2bbeebf80c127979d1859c8486774df22be4c3f2 (patch)
tree724cfa122eedc67cc341cd2c63ebdb4b42b8b914 /src/widgets/configure.json
parent2ac7fb78b9928a7bac133e474d483b14e65d0a65 (diff)
Fix build with -no-feature-textedit
Change-Id: I4a75c134803043180c57287ca352e26e3422204c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/widgets/configure.json')
-rw-r--r--src/widgets/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index 92a57534e6..84500bff21 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -435,7 +435,7 @@
"label": "QInputDialog",
"purpose": "Provides a simple convenience dialog to get a single value from the user.",
"section": "Dialogs",
- "condition": "features.combobox && features.spinbox && features.stackedwidget",
+ "condition": "features.combobox && features.spinbox && features.stackedwidget && features.textedit",
"output": [ "publicFeature", "feature" ]
},
"errormessage": {