summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/itemmodels/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/itemmodels/CMakeLists.txt')
-rw-r--r--tests/benchmarks/corelib/itemmodels/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/itemmodels/CMakeLists.txt b/tests/benchmarks/corelib/itemmodels/CMakeLists.txt
new file mode 100644
index 0000000000..cff884ebcc
--- /dev/null
+++ b/tests/benchmarks/corelib/itemmodels/CMakeLists.txt
@@ -0,0 +1,4 @@
+
+if(QT_FEATURE_proxymodel)
+ add_subdirectory(qsortfilterproxymodel)
+endif()