From 862cee05849ab7f069d204b089d55d4449841e16 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 12 May 2011 09:25:35 +1000 Subject: 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 --- tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/auto/xmlpatternsxqts') diff --git a/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro b/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro index e81888a..1fb7539 100644 --- a/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro +++ b/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro @@ -3,10 +3,8 @@ SOURCES += tst_xmlpatternsxqts.cpp ../qxmlquery/TestFundament.cpp tst_suitetest. include(../xmlpatterns.pri) -contains(QT_CONFIG,xmlpatterns) { - HEADERS += tst_suitetest.h - LIBS += -l$$XMLPATTERNS_SDK -} +HEADERS += tst_suitetest.h +LIBS += -l$$XMLPATTERNS_SDK # syncqt doesn't copy headers in tools/ so let's manually ensure # it works with shadow builds and source builds. -- cgit v1.2.1