aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/labs/CMakeLists.txt')
-rw-r--r--src/labs/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/labs/CMakeLists.txt b/src/labs/CMakeLists.txt
index b1f8c7c142..5dc715db60 100644
--- a/src/labs/CMakeLists.txt
+++ b/src/labs/CMakeLists.txt
@@ -1 +1,4 @@
add_subdirectory(settings)
+if(QT_FEATURE_qml_itemmodel)
+ add_subdirectory(folderlistmodel)
+endif()