summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/tools/CMakeLists.txt2
2 files changed, 14 insertions, 1 deletions
diff --git a/tests/auto/tools/.prev_CMakeLists.txt b/tests/auto/tools/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..d6cc753db7
--- /dev/null
+++ b/tests/auto/tools/.prev_CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from tools.pro.
+
+add_subdirectory(qmakelib)
+add_subdirectory(qmake)
+add_subdirectory(moc)
+add_subdirectory(rcc)
+if(TARGET Qt::Widgets)
+ add_subdirectory(uic)
+endif()
+if(TARGET Qt::DBus)
+ add_subdirectory(qdbuscpp2xml)
+ add_subdirectory(qdbusxml2cpp)
+endif()
diff --git a/tests/auto/tools/CMakeLists.txt b/tests/auto/tools/CMakeLists.txt
index b0895a1e70..128b919538 100644
--- a/tests/auto/tools/CMakeLists.txt
+++ b/tests/auto/tools/CMakeLists.txt
@@ -2,7 +2,7 @@
add_subdirectory(qmakelib)
add_subdirectory(qmake)
-#add_subdirectory(moc)
+#add_subdirectory(moc) # special case to be ported
add_subdirectory(rcc)
if(TARGET Qt::Widgets)
add_subdirectory(uic)