summaryrefslogtreecommitdiff
path: root/tests/auto/headersclean
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 09:25:35 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 11:57:46 +1000
commit862cee05849ab7f069d204b089d55d4449841e16 (patch)
tree0f20cf3b9c0d8a458bd6d8495ad6ab2eded14be5 /tests/auto/headersclean
parentecf0ab10897811de72a2daeecb903d9989341c2c (diff)
downloadqtxmlpatterns-862cee05849ab7f069d204b089d55d4449841e16.tar.gz
tests: remove contains(QT_CONFIG,xmlpatterns) conditional
Tests which live within xmlpatterns should not test if xmlpatterns is enabled. It's confusing and unnecessary. Reviewed-by: Jason McDonald Change-Id: Icd459841f7480118502cf5d2cb57cca2d4e600fe
Diffstat (limited to 'tests/auto/headersclean')
-rw-r--r--tests/auto/headersclean/headersclean.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
index dd7fa09..737edce 100644
--- a/tests/auto/headersclean/headersclean.pro
+++ b/tests/auto/headersclean/headersclean.pro
@@ -1,5 +1,3 @@
load(qttest_p4)
SOURCES += tst_headersclean.cpp
-QT = core
-
-contains(QT_CONFIG,xmlpatterns): QT += xmlpatterns
+QT = core xmlpatterns