blob: 6f71e5bca46525a57246f2ec5c57815d07e1f85b (
plain)
1
2
3
4
5
6
7
8
9
|
TARGET = tst_checkxmlfiles
CONFIG += testcase
SOURCES += tst_checkxmlfiles.cpp \
../qxmlquery/TestFundament.cpp
QT = core gui testlib
include (../xmlpatterns.pri)
DEFINES += SOURCETREE=\\\"$$absolute_path(../../..)/\\\"
|