summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/CMakeLists.txt')
-rw-r--r--tests/auto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 202370bd0a..0bd3b47d92 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -44,7 +44,7 @@ endif()
if (TARGET Qt::Concurrent)
add_subdirectory(concurrent)
endif()
-# add_subdirectory(other)
+add_subdirectory(other)
if (TARGET Qt::Widgets)
add_subdirectory(widgets)
endif()