summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmap
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-25 14:45:57 (GMT)
committeraxis <qt-info@nokia.com>2010-06-29 12:13:47 (GMT)
commitbbb3420e74ee005e0d2b688af65c4ecfe5771235 (patch)
tree19b2a5f42e4092eb25adfe1f30c695b2993b3d8f /tests/auto/qpixmap
parent99c408a8efdaa16363f29c0e67fe97b3c8a7f1c4 (diff)
downloadQt-bbb3420e74ee005e0d2b688af65c4ecfe5771235.zip
Qt-bbb3420e74ee005e0d2b688af65c4ecfe5771235.tar.gz
Qt-bbb3420e74ee005e0d2b688af65c4ecfe5771235.tar.bz2
Various fixes to autotests when using the symbian/linux-armcc mkspec.
Diffstat (limited to 'tests/auto/qpixmap')
-rw-r--r--tests/auto/qpixmap/qpixmap.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro
index a3577bd..c3ee192 100644
--- a/tests/auto/qpixmap/qpixmap.pro
+++ b/tests/auto/qpixmap/qpixmap.pro
@@ -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
@@ -18,7 +18,7 @@ wince*|symbian*: {
wince*: {
DEFINES += SRCDIR=\\\".\\\"
-} else:symbian* {
+} else:symbian {
DEPLOYMENT_PLUGIN += qmng
LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll
contains(QT_CONFIG, openvg) {