tests: enable headersclean also for cross_compile builds
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 12 Mar 2012 00:01:56 +0000 (10:01 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 12 Mar 2012 22:03:26 +0000 (23:03 +0100)
This test is no longer a host-only test.
Enable it everywhere.

Change-Id: Id7e65ad4d6f468b6b65d0f6035934fbd20fcb5e0
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>

tests/auto/auto.pro
tests/auto/host.pro [deleted file]

index 5012b5c..15d8878 100644 (file)
@@ -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 (file)
index eab6de2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE=subdirs
-
-SUBDIRS=\
-        headersclean \
-