tests: remove contains(QT_CONFIG,xmlpatterns) conditional
[profile/ivi/qtxmlpatterns.git] / tests / auto / xmlpatternsxqts / xmlpatternsxqts.pro
1 load(qttest_p4)
2 SOURCES += tst_xmlpatternsxqts.cpp ../qxmlquery/TestFundament.cpp tst_suitetest.cpp
3
4 include(../xmlpatterns.pri)
5
6 HEADERS += tst_suitetest.h
7 LIBS += -l$$XMLPATTERNS_SDK
8
9 # syncqt doesn't copy headers in tools/ so let's manually ensure
10 # it works with shadow builds and source builds.
11 INCLUDEPATH += $$(QTDIR)/include/QtXmlPatterns/private      \
12                $$(QTSRCDIR)/include/QtXmlPatterns/private   \
13                $$(QTSRCDIR)/tools/xmlpatterns               \
14                $$(QTDIR)/tools/xmlpatterns                  \
15                ../xmlpatternssdk/
16
17 CONFIG += testlib
18 QT += xml
19 TARGET = tst_xmlpatternsxqts