aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-03-12 10:01:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-12 23:03:26 +0100
commitcf3a32ff28c8004b39658ec181b0c7d9ca27aaa8 (patch)
tree3875ff1fb3c808acad2acfa21ab05f2c45b3c7ad /tests
parent6b87a9cfe51f7ad4e12aca59fdcb0ed242e47e90 (diff)
tests: enable headersclean also for cross_compile builds
This test is no longer a host-only test. Enable it everywhere. Change-Id: Id7e65ad4d6f468b6b65d0f6035934fbd20fcb5e0 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro3
-rw-r--r--tests/auto/host.pro5
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 5012b5cdec..15d88785de 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,9 +2,8 @@ TEMPLATE=subdirs
SUBDIRS=\
qml \
quick \
+ headersclean \
particles \
qmldevtools
contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
-
-!cross_compile: SUBDIRS += host.pro
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
deleted file mode 100644
index eab6de2981..0000000000
--- a/tests/auto/host.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE=subdirs
-
-SUBDIRS=\
- headersclean \
-