summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatterns/xmlpatterns.pro
blob: 54dd9aa61b9c623313023e7bf111ae4a3bdb91b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
SOURCES += tst_xmlpatterns.cpp \
           ../qxmlquery/TestFundament.cpp

wince* {
DEFINES += SRCDIR=\\\"./\\\"
} else:!symbian {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

include (../xmlpatterns.pri)