summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-09-10 16:16:56 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2015-09-17 07:13:07 +0000
commite287e17e456ebaab93bddfd5b47f6327157304f5 (patch)
tree7473c00a02e73d155aeb759a1dbf801fd4f03911 /tests/auto/auto.pro
parent2d74c00a19a9e4909ff9f15248b9240dbddc2d22 (diff)
Tests: Disable cmake auto tests for embedded
Important flags are not passed from mkspecs to cmake like SYSROOT, CFLAGS and CXXFLAGS. Change-Id: Ie318d19c1aebacdb845638e5f80c2ecb8e6ac8bb Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6f06ba591f..38e705e02f 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -22,7 +22,7 @@ installed_cmake.depends = cmake
ios: SUBDIRS = corelib gui
wince: SUBDIRS -= printsupport
-cross_compile: SUBDIRS -= tools
+cross_compile: SUBDIRS -= tools cmake installed_cmake
!qtHaveModule(opengl): SUBDIRS -= opengl
!qtHaveModule(gui): SUBDIRS -= gui cmake
!qtHaveModule(widgets): SUBDIRS -= widgets