summaryrefslogtreecommitdiffstats
path: root/tests/auto/qimagereader/qimagereader.pro
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-12 13:30:57 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-12 13:30:57 +0300
commit47f86ea037c11e2890f331f88c05fcd8667118c2 (patch)
treea6607be13d533b568e1454cdf2093ff44b2ee570 /tests/auto/qimagereader/qimagereader.pro
parent30880f6b5c4a22c1929146caaab2dc6ba39dc338 (diff)
Fixed QtGui autotest build breaks due to incorrect SRCDIR usage.
Diffstat (limited to 'tests/auto/qimagereader/qimagereader.pro')
-rw-r--r--tests/auto/qimagereader/qimagereader.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qimagereader/qimagereader.pro b/tests/auto/qimagereader/qimagereader.pro
index b4e1de1922..31a9b0f011 100644
--- a/tests/auto/qimagereader/qimagereader.pro
+++ b/tests/auto/qimagereader/qimagereader.pro
@@ -3,7 +3,7 @@ SOURCES += tst_qimagereader.cpp
MOC_DIR=tmp
QT += network
RESOURCES += qimagereader.qrc
-DEFINES += SRCDIR=\\\"$$PWD\\\"
+!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
!contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF
!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG