summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
blob: 983f87ac6f3ffada8eaa05f7d49b16e03bdecfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = tst_qstandardpaths
CONFIG += testcase
SOURCES += tst_qstandardpaths.cpp
QT = core testlib
CONFIG += parallel_test

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