File: xmlpatternsdiagnosticsts.pro

package info (click to toggle)
qtxmlpatterns-opensource-src 5.7.1~20161021-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,672 kB
  • ctags: 10,020
  • sloc: cpp: 90,237; xml: 1,656; ansic: 388; sh: 88; sed: 31; makefile: 27
file content (29 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
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
28
29
TARGET = tst_xmlpatternsdiagnosticsts
CONFIG += testcase
SOURCES += tst_xmlpatternsdiagnosticsts.cpp \
           ../qxmlquery/TestFundament.cpp

include (../xmlpatterns.pri)

TARGET = tst_xmlpatternsdiagnosticsts

HEADERS += ../xmlpatternsxqts/tst_suitetest.h
SOURCES += ../xmlpatternsxqts/tst_suitetest.cpp
LIBS += -L$$QT.xmlpatterns.libs -l$$XMLPATTERNS_SDK

QT += xml testlib

INCLUDEPATH += $$(QTSRCDIR)/tests/auto/xmlpatternssdk  \
               $$(QTDIR)/include/QtXmlPatterns/private \
               $$(QTSRCDIR)/tests/auto/xmlpatternsxqts \
               ../xmlpatternsxqts                      \
               ../xmlpatternssdk

wince* {
   catalog.files = TestSuite Baseline.xml
   catalog.path = .
   DEPLOYMENT += catalog
}

requires(contains(QT_CONFIG,private_tests))