diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2012-02-09 08:45:07 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-27 11:33:18 (GMT) |
commit | ef173b3067dcd4bd8fb985b5124cd7efd6a24e14 (patch) | |
tree | f7bebec111af054ea2a324afa62810288f14052d /tests/auto/qelapsedtimer/qelapsedtimer.pro | |
parent | ae551cbdba9b58844603fde52b950b21ea0cbbc6 (diff) | |
download | Qt-ef173b3067dcd4bd8fb985b5124cd7efd6a24e14.zip Qt-ef173b3067dcd4bd8fb985b5124cd7efd6a24e14.tar.gz Qt-ef173b3067dcd4bd8fb985b5124cd7efd6a24e14.tar.bz2 |
Fix bug that made some autotests unrunnable on INTEGRITY target
Some autotests had else:integrity { patrs that defined SRCDIR so that
those tests were unrunnable on INTEGRITY. This patch removes those
defines.
Task-number: QTBUG-24176
Change-Id: I26d3ee60c825fc57a60df1a7177176585733d099
Reviewed-by: Rolland Dudemaine <rolland@ghs.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qelapsedtimer/qelapsedtimer.pro')
-rw-r--r-- | tests/auto/qelapsedtimer/qelapsedtimer.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qelapsedtimer/qelapsedtimer.pro b/tests/auto/qelapsedtimer/qelapsedtimer.pro index 1d74fc5..8768876 100644 --- a/tests/auto/qelapsedtimer/qelapsedtimer.pro +++ b/tests/auto/qelapsedtimer/qelapsedtimer.pro @@ -7,8 +7,6 @@ wince* { } else:symbian { # do not define SRCDIR at all TARGET.EPOCHEAPSIZE = 0x100000 0x3000000 -} else:integrity { - DEFINES += SRCDIR=\"/\" } else { DEFINES += SRCDIR=\\\"$$PWD/\\\" } |