summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmap/qpixmap.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpixmap/qpixmap.pro')
-rw-r--r--tests/auto/qpixmap/qpixmap.pro11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro
index e5dace4..aa767aa 100644
--- a/tests/auto/qpixmap/qpixmap.pro
+++ b/tests/auto/qpixmap/qpixmap.pro
@@ -8,7 +8,16 @@ wince*: {
task31722_1.path = convertFromImage/task31722_1
DEPLOYMENT += task31722_0 task31722_1
DEFINES += SRCDIR=\\\".\\\"
-} else {
+}
+symbian*:{
+ task31722_0.sources = convertFromImage/task31722_0/*
+ task31722_0.path = convertFromImage/task31722_0
+ task31722_1.sources = convertFromImage/task31722_1/*
+ task31722_1.path = convertFromImage/task31722_1
+ DEPLOYMENT += task31722_0 task31722_1
+ DEPLOYMENT_PLUGIN += qmng
+}
+else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
win32:LIBS += -lgdi32 -luser32
}