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>
This commit is contained in:
parent
2d74c00a19
commit
e287e17e45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user