blob: f8b4df1ccfd3ebc7267c520528ce8e8cb09cd81f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
TARGET = tst_qabstractxmlnodemodel
CONFIG += testcase
QT += testlib
SOURCES += tst_qabstractxmlnodemodel.cpp \
LoadingModel.cpp \
../qxmlquery/TestFundament.cpp
HEADERS += TestNodeModel.h LoadingModel.h
TESTDATA = tree.xml
include (../xmlpatterns.pri)
wince*: {
addFiles.files = tree.xml
addFiles.path = .
DEPLOYMENT += addFiles
}
|