summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsvgrenderer/qsvgrenderer.pro
blob: 8cfbcceed391374cd20d7bd93293e8ab121ef81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
############################################################
# Project file for autotest for file qsvgrenderer.h
############################################################

load(qttest_p4)
QT += svg

SOURCES += tst_qsvgrenderer.cpp
RESOURCES += resources.qrc

wince*|symbian {
   addFiles.sources = *.svg *.svgz
   addFiles.path = .

   DEPLOYMENT += addFiles
   DEPLOYMENT_PLUGIN += qsvg
}