summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/rcc/rcc.pro
blob: 1759b48a0ef426fed9fa1fd4f845bc2ac693438d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += qttest_p4

TARGET = tst_rcc

SOURCES += tst_rcc.cpp

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