summaryrefslogtreecommitdiffstats
path: root/src/widgets/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/widgets/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/widgets/configure.cmake')
-rw-r--r--src/widgets/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/configure.cmake b/src/widgets/configure.cmake
index 3fae04b0d2..2c828a6711 100644
--- a/src/widgets/configure.cmake
+++ b/src/widgets/configure.cmake
@@ -53,7 +53,7 @@ qt_feature("filesystemmodel" PUBLIC
SECTION "File I/O"
LABEL "QFileSystemModel"
PURPOSE "Provides a data model for the local filesystem."
- CONDITION QT_FEATURE_itemmodel AND QT_FEATURE_thread
+ CONDITION QT_FEATURE_itemmodel
)
qt_feature_definition("filesystemmodel" "QT_NO_FILESYSTEMMODEL" NEGATE VALUE "1")
qt_feature("itemviews" PUBLIC