summaryrefslogtreecommitdiffstats
path: root/tests/auto/qelapsedtimer/qelapsedtimer.pro
blob: ed752284ec4ac8d1258617578aabb36a54268ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/\\\"
}