File: xmlpatternsview.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 (13 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
QT += testlib
SOURCES += tst_xmlpatternsview.cpp

include (../xmlpatterns.pri)

TARGET = tst_xmlpatternsview

wince*: {
    viewexe.files = $$QT.xmlpatterns.bins/xmlpatternsview.exe
    viewexe.path = .
    DEPLOYMENT += viewexe
}