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

QT = core
TARGET = tst_rcc

SOURCES += tst_rcc.cpp

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