summaryrefslogtreecommitdiffstats
path: root/tests/auto/qelapsedtimer/qelapsedtimer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qelapsedtimer/qelapsedtimer.pro')
-rw-r--r--tests/auto/qelapsedtimer/qelapsedtimer.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qelapsedtimer/qelapsedtimer.pro b/tests/auto/qelapsedtimer/qelapsedtimer.pro
new file mode 100644
index 0000000000..876887678f
--- /dev/null
+++ b/tests/auto/qelapsedtimer/qelapsedtimer.pro
@@ -0,0 +1,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