tests: remove contains(QT_CONFIG,xmlpatterns) conditional
[profile/ivi/qtxmlpatterns.git] / tests / auto / xmlpatternsxqts / xmlpatternsxqts.pro
index e81888a..1fb7539 100644 (file)
@@ -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.