summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/rcc/rcc.pro
blob: ebe36cfaffd5569e670264d7f210e20721dfc68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
QT = core testlib
TARGET = tst_rcc

SOURCES += tst_rcc.cpp

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