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

SOURCES += tst_qelapsedtimer.cpp
wince* {
    DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG += parallel_test