From: Rohan McGovern Date: Mon, 12 Mar 2012 00:01:56 +0000 (+1000) Subject: tests: enable headersclean also for cross_compile builds X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=cf3a32ff28c8004b39658ec181b0c7d9ca27aaa8;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 5012b5c..15d8878 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 eab6de2..0000000 --- a/tests/auto/host.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE=subdirs - -SUBDIRS=\ - headersclean \ -