Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
722 B
Prolog
23 lines
722 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_xmlpatternsxqts
|
|
QT += xml testlib
|
|
SOURCES += tst_xmlpatternsxqts.cpp ../qxmlquery/TestFundament.cpp tst_suitetest.cpp
|
|
|
|
include(../xmlpatterns.pri)
|
|
|
|
contains(QT_CONFIG,xmlpatterns) {
|
|
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.
|
|
INCLUDEPATH += $$(QTDIR)/include/QtXmlPatterns/private \
|
|
$$(QTSRCDIR)/include/QtXmlPatterns/private \
|
|
$$(QTSRCDIR)/tools/xmlpatterns \
|
|
$$(QTDIR)/tools/xmlpatterns \
|
|
../xmlpatternssdk/
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|