summaryrefslogtreecommitdiff
path: root/tests/auto/checkxmlfiles/checkxmlfiles.pro
blob: 29bd8ee9e0d782292ebf86be329fc63ebe9b5827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = tst_checkxmlfiles
CONFIG += testcase
SOURCES += tst_checkxmlfiles.cpp \
           ../qxmlquery/TestFundament.cpp
QT = core gui testlib

include (../xmlpatterns.pri)

wince*: {
QT += network
requires(!isEmpty(_QMAKE_SUPER_CACHE_))
addFiles.files = \
	../../../examples/xquery/globalVariables/globals.gccxml \
	../../../../qtdoc/doc/src/diagrams/stylesheet/treeview.svg \
	../../../../qtdoc/doc/src/diagrams/designer-manual/designer-mainwindow-actions.ui \
	../../../../qtsql/examples/sql/masterdetail/albumdetails.xml \
	../../../../qtbase/examples/widgets/tools/undo/undo.qrc
addFiles.path = xmlfiles
DEPLOYMENT += addFiles
} else {
    DEFINES += SOURCETREE=\\\"$$absolute_path(../../..)/\\\"
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0