tests/auto/qpixmap/qpixmap.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
--- a/tests/auto/qpixmap/qpixmap.pro	Tue Jul 06 15:10:48 2010 +0300
+++ b/tests/auto/qpixmap/qpixmap.pro	Wed Aug 18 10:37:55 2010 +0300
@@ -1,7 +1,7 @@
 load(qttest_p4)
 SOURCES  += tst_qpixmap.cpp
 contains(QT_CONFIG, qt3support): QT += qt3support
-wince*|symbian*: {
+wince*|symbian: {
 
    task31722_0.sources = convertFromImage/task31722_0/*.png
    task31722_0.path    = convertFromImage/task31722_0
@@ -12,14 +12,16 @@
    icons.sources = convertFromToHICON/*       
    icons.path = convertFromToHICON
    
-   DEPLOYMENT += task31722_0 task31722_1 icons
-   DEPLOYMENT_PLUGIN += qico
+   loadFromData.sources = loadFromData/*
+   loadFromData.path = loadFromData
+
+   DEPLOYMENT += task31722_0 task31722_1 icons loadFromData
 }
 
 wince*: {
    DEFINES += SRCDIR=\\\".\\\"
-} else:symbian* {
-   DEPLOYMENT_PLUGIN += qmng
+   DEPLOYMENT_PLUGIN += qico
+} else:symbian {
    LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll
    contains(QT_CONFIG, openvg) {
        LIBS += $$QMAKE_LIBS_OPENVG