summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qelapsedtimer/qelapsedtimer.pro
blob: 876887678f44306306a446a395dfc90d9d07fc59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
QT -= gui

SOURCES += tst_qelapsedtimer.cpp
wince* {
    DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
    # do not define SRCDIR at all
    TARGET.EPOCHEAPSIZE = 0x100000 0x3000000
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG += parallel_test