summaryrefslogtreecommitdiffstats
path: root/tests/auto/qelapsedtimer/qelapsedtimer.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-02-26 14:02:56 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-03-17 10:54:19 (GMT)
commit7f3c9feaaf67ce7e89cd2f9df2155c61a58acaed (patch)
tree226e3222506672a358318955906b859c9ca6b59c /tests/auto/qelapsedtimer/qelapsedtimer.pro
parent21983be486af0d252b8d393ed36b15becb3c8824 (diff)
downloadQt-7f3c9feaaf67ce7e89cd2f9df2155c61a58acaed.zip
Qt-7f3c9feaaf67ce7e89cd2f9df2155c61a58acaed.tar.gz
Qt-7f3c9feaaf67ce7e89cd2f9df2155c61a58acaed.tar.bz2
Rename the files too
Diffstat (limited to 'tests/auto/qelapsedtimer/qelapsedtimer.pro')
-rw-r--r--tests/auto/qelapsedtimer/qelapsedtimer.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qelapsedtimer/qelapsedtimer.pro b/tests/auto/qelapsedtimer/qelapsedtimer.pro
new file mode 100644
index 0000000..3a06390
--- /dev/null
+++ b/tests/auto/qelapsedtimer/qelapsedtimer.pro
@@ -0,0 +1,13 @@
+load(qttest_p4)
+QT -= gui
+
+SOURCES += tst_qtimestamp.cpp
+wince* {
+ DEFINES += SRCDIR=\\\"\\\"
+} else:symbian {
+ # do not define SRCDIR at all
+ TARGET.EPOCHEAPSIZE = 0x100000 0x3000000
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+