summaryrefslogtreecommitdiffstats
path: root/tests/auto/qelapsedtimer/qelapsedtimer.pro
blob: 1d74fc5a0d363eb17be0e3783afaa21765155a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:integrity {
    DEFINES += SRCDIR=\"/\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG += parallel_test