summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlabel/qlabel.pro
blob: 141559efd721ed1f78984df78d76abdb178d7d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
SOURCES  += tst_qlabel.cpp

wince*:{
    DEFINES += SRCDIR=\\\"\\\"
    addFiles.sources = *.png testdata
    addFiles.path = .
    DEPLOYMENT += addFiles
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}