aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qbc.io>2019-08-19 01:58:22 +0900
committerTasuku Suzuki <tasuku.suzuki@qbc.io>2019-08-19 19:52:01 +0900
commit06f5b386e69a9e8c8ad3dfbdea44d18d912c23ea (patch)
treecd4a5d6361d24236e6df3d2f4816bf10e0d75b5b /src
parent72b15698a473cdb95197bab160fcdb5731041d8f (diff)
Fix build without features.qml-delegate-model
Change-Id: I362febbb395e1d6d55d4b4aac18c6e8bba90bb0c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qmlmodels/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlmodels/configure.json b/src/qmlmodels/configure.json
index 84eefed261..1ccca5e35e 100644
--- a/src/qmlmodels/configure.json
+++ b/src/qmlmodels/configure.json
@@ -30,7 +30,7 @@
"label": "QML table model",
"purpose": "Provides the TableModel QML type.",
"section": "QML",
- "condition": "features.qml-itemmodel",
+ "condition": "features.qml-itemmodel && features.qml-delegate-model",
"output": [ "privateFeature" ]
}
},