summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/other/.prev_CMakeLists.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/auto/other/.prev_CMakeLists.txt b/tests/auto/other/.prev_CMakeLists.txt
index 448e831e76..3ba56f16fb 100644
--- a/tests/auto/other/.prev_CMakeLists.txt
+++ b/tests/auto/other/.prev_CMakeLists.txt
@@ -1,9 +1,5 @@
# Generated from other.pro.
-if(NOT CMAKE_CROSSCOMPILING)
- add_subdirectory(compiler)
- add_subdirectory(atwrapper)
-endif()
if(TARGET Qt::Widgets)
add_subdirectory(gestures)
add_subdirectory(languagechange)
@@ -23,7 +19,7 @@ endif()
if(TARGET Qt::Network)
add_subdirectory(networkselftest)
endif()
-if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets)
+if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT ANDROID)
add_subdirectory(qaccessibility)
endif()
if(TARGET Qt::Gui)
@@ -31,12 +27,15 @@ if(TARGET Qt::Gui)
endif()
add_subdirectory(qobjectrace)
add_subdirectory(toolsupport)
-if(QT_FEATURE_process AND TARGET Qt::Gui)
+if(QT_FEATURE_process AND TARGET Qt::Gui AND NOT ANDROID)
add_subdirectory(qprocess_and_guieventloop)
endif()
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
add_subdirectory(qaccessibilitylinux)
endif()
+if(NOT CMAKE_CROSSCOMPILING)
+ add_subdirectory(atwrapper)
+endif()
if(MACOS AND TARGET Qt::Gui)
add_subdirectory(macnativeevents)
endif()