summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsdiagnosticsts/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsdiagnosticsts/test/test.pro')
-rw-r--r--tests/auto/xmlpatternsdiagnosticsts/test/test.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsdiagnosticsts/test/test.pro b/tests/auto/xmlpatternsdiagnosticsts/test/test.pro
new file mode 100644
index 0000000000..aeff89649a
--- /dev/null
+++ b/tests/auto/xmlpatternsdiagnosticsts/test/test.pro
@@ -0,0 +1,32 @@
+load(qttest_p4)
+SOURCES += tst_xmlpatternsdiagnosticsts.cpp \
+ ../../qxmlquery/TestFundament.cpp
+
+include (../../xmlpatterns.pri)
+
+TARGET = tst_xmlpatternsdiagnosticsts
+DESTDIR = ..
+win32 {
+ CONFIG(debug, debug|release): DESTDIR = ../debug
+ else: DESTDIR = ../release
+}
+
+contains(QT_CONFIG, xmlpatterns) {
+HEADERS += ../../xmlpatternsxqts/test/tst_suitetest.h
+SOURCES += ../../xmlpatternsxqts/test/tst_suitetest.cpp
+LIBS += -l$$XMLPATTERNS_SDK
+}
+
+QT += xml
+
+INCLUDEPATH += $$(QTSRCDIR)/tests/auto/xmlpatternsxqts/lib/ \
+ $$(QTDIR)/include/QtXmlPatterns/private \
+ $$(QTSRCDIR)/tests/auto/xmlpatternsxqts/test \
+ ../../xmlpatternsxqts/test \
+ ../../xmlpatternsxqts/lib
+
+wince*: {
+ catalog.sources = TestSuite Baseline.xml
+ catalog.path = .
+ DEPLOYMENT += catalog
+}