File: qxmlformatter.pro

package info (click to toggle)
qtxmlpatterns-opensource-src 5.3.2-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 17,820 kB
  • sloc: cpp: 90,014; xml: 1,662; ansic: 387; sh: 132; sed: 31; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_qxmlformatter
CONFIG += testcase
QT += testlib
SOURCES += tst_qxmlformatter.cpp

TESTDATA = baselines/* input/*

include (../xmlpatterns.pri)

wince*:{
   addFiles.files = baselines input
   addFiles.path = .
   DEPLOYMENT += addFiles
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0