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

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

wince*|symbian {
    addFiles.sources = *.png testdata
    addFiles.path = .
    DEPLOYMENT += addFiles
}