File: qxmlquery.pro

package info (click to toggle)
qtxmlpatterns-opensource-src 5.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,816 kB
  • ctags: 10,015
  • sloc: cpp: 90,014; xml: 1,662; ansic: 387; sh: 132; sed: 31; makefile: 20
file content (27 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TARGET = tst_qxmlquery
CONFIG += testcase
SOURCES += tst_qxmlquery.cpp MessageValidator.cpp TestFundament.cpp
HEADERS += PushBaseliner.h                              \
           MessageSilencer.h                            \
           ../qsimplexmlnodemodel/TestSimpleNodeModel.h \
           MessageValidator.h                           \
           NetworkOverrider.h

RESOURCES = input.qrc

QT += network testlib

TESTDATA = data/* pushBaselines/* input.xml

include (../xmlpatterns.pri)

wince*: {
   addFiles.files = pushBaselines input.xml
   addFiles.path    = .

   patternistFiles.files = ../xmlpatterns/queries
   patternistFiles.path    = ../xmlpatterns

   DEPLOYMENT += addFiles patternistFiles
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0