Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
30 lines
758 B
Prolog
30 lines
758 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_xmlpatternsdiagnosticsts.cpp \
|
|
../qxmlquery/TestFundament.cpp
|
|
|
|
include (../xmlpatterns.pri)
|
|
|
|
TARGET = tst_xmlpatternsdiagnosticsts
|
|
|
|
contains(QT_CONFIG, xmlpatterns) {
|
|
HEADERS += ../xmlpatternsxqts/tst_suitetest.h
|
|
SOURCES += ../xmlpatternsxqts/tst_suitetest.cpp
|
|
LIBS += -l$$XMLPATTERNS_SDK
|
|
}
|
|
|
|
QT += xml
|
|
|
|
INCLUDEPATH += $$(QTSRCDIR)/tests/auto/xmlpatternssdk \
|
|
$$(QTDIR)/include/QtXmlPatterns/private \
|
|
$$(QTSRCDIR)/tests/auto/xmlpatternsxqts \
|
|
../xmlpatternsxqts \
|
|
../xmlpatternssdk
|
|
|
|
wince*|symbian {
|
|
catalog.files = TestSuite Baseline.xml
|
|
catalog.path = .
|
|
DEPLOYMENT += catalog
|
|
}
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|