summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-10-29 17:08:36 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-11-01 11:49:12 +0000
commit6456d9e14a2f36694111c0aae774435a9647940f (patch)
treeb7a2cf598c6ab14d43861d84c136ed4193a09db8 /src/corelib/configure.cmake
parent6ae0821a090ddd68437e0ffe01aab97b86b1ae19 (diff)
Rerun configurejson2cmake after rebase on top of newer dev
Change-Id: I1af79e5c87bb17e9145f817d2488c6d24531a2fc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/corelib/configure.cmake')
-rw-r--r--src/corelib/configure.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/configure.cmake b/src/corelib/configure.cmake
index 21886b06aa..7836577e5c 100644
--- a/src/corelib/configure.cmake
+++ b/src/corelib/configure.cmake
@@ -614,6 +614,13 @@ qt_feature("identityproxymodel" PUBLIC
CONDITION QT_FEATURE_proxymodel
)
qt_feature_definition("identityproxymodel" "QT_NO_IDENTITYPROXYMODEL" NEGATE VALUE "1")
+qt_feature("concatenatetablesproxymodel" PUBLIC
+ SECTION "ItemViews"
+ LABEL "QConcatenateTablesProxyModel"
+ PURPOSE "Supports concatenating source models."
+ CONDITION QT_FEATURE_proxymodel
+)
+qt_feature_definition("concatenatetablesproxymodel" "QT_NO_CONCATENATETABLESPROXYMODEL" NEGATE VALUE "1")
qt_feature("stringlistmodel" PUBLIC
SECTION "ItemViews"
LABEL "QStringListModel"