summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/tools/.prev_CMakeLists.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/auto/tools/.prev_CMakeLists.txt b/tests/auto/tools/.prev_CMakeLists.txt
index d6cc753db7..2b9dc41846 100644
--- a/tests/auto/tools/.prev_CMakeLists.txt
+++ b/tests/auto/tools/.prev_CMakeLists.txt
@@ -1,10 +1,12 @@
# Generated from tools.pro.
-add_subdirectory(qmakelib)
-add_subdirectory(qmake)
-add_subdirectory(moc)
-add_subdirectory(rcc)
-if(TARGET Qt::Widgets)
+if(NOT ANDROID AND NOT IOS)
+ add_subdirectory(qmakelib)
+ add_subdirectory(qmake)
+ add_subdirectory(moc)
+ add_subdirectory(rcc)
+endif()
+if(TARGET Qt::Widgets AND NOT ANDROID AND NOT IOS)
add_subdirectory(uic)
endif()
if(TARGET Qt::DBus)