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

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