diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-12 10:30:57 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-12 10:30:57 (GMT) |
commit | 47f86ea037c11e2890f331f88c05fcd8667118c2 (patch) | |
tree | a6607be13d533b568e1454cdf2093ff44b2ee570 /tests/auto/qstyle | |
parent | 30880f6b5c4a22c1929146caaab2dc6ba39dc338 (diff) | |
download | Qt-47f86ea037c11e2890f331f88c05fcd8667118c2.zip Qt-47f86ea037c11e2890f331f88c05fcd8667118c2.tar.gz Qt-47f86ea037c11e2890f331f88c05fcd8667118c2.tar.bz2 |
Fixed QtGui autotest build breaks due to incorrect SRCDIR usage.
Diffstat (limited to 'tests/auto/qstyle')
-rw-r--r-- | tests/auto/qstyle/qstyle.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstyle/qstyle.pro b/tests/auto/qstyle/qstyle.pro index 8163f26..1ffe369 100644 --- a/tests/auto/qstyle/qstyle.pro +++ b/tests/auto/qstyle/qstyle.pro @@ -3,7 +3,7 @@ TARGET.EPOCHEAPSIZE = 0x200000 0x800000 SOURCES += tst_qstyle.cpp wince*|symbian*: { - DEFINES += SRCDIR=\\\".\\\" + !symbian:DEFINES += SRCDIR=\\\".\\\" addPixmap.sources = task_25863.png addPixmap.path = . DEPLOYMENT += addPixmap |