summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsvgrenderer/qsvgrenderer.pro
blob: 6474b8fce500229636c316957f01808c7299db2e (plain)
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
############################################################
# Project file for autotest for file qsvgrenderer.h
############################################################

load(qttest_p4)
QT += svg

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

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

   DEPLOYMENT += addFiles
   wince*|qt_not_deployed {
       DEPLOYMENT_PLUGIN += qsvg
   }
}

wince*: {
    DEFINES += SRCDIR=\\\"\\\"
}else:!symbian: {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}