diff options
author | axis <qt-info@nokia.com> | 2010-07-19 15:00:26 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-20 11:30:55 (GMT) |
commit | a87ce3dd0d134b353ae76b031c1d1696ab7e522c (patch) | |
tree | 671f937cea3228186a57a431da536e1c319e47b2 | |
parent | d4cc1dcea5b4116767cfee0ec45bfba72dc011ff (diff) | |
download | Qt-a87ce3dd0d134b353ae76b031c1d1696ab7e522c.zip Qt-a87ce3dd0d134b353ae76b031c1d1696ab7e522c.tar.gz Qt-a87ce3dd0d134b353ae76b031c1d1696ab7e522c.tar.bz2 |
Fixed some deployment issues on Symbian.
Both plugins should be part of the main package now.
RevBy: Trust me
-rw-r--r-- | tests/auto/qpixmap/qpixmap.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro index c3ee192..082747b 100644 --- a/tests/auto/qpixmap/qpixmap.pro +++ b/tests/auto/qpixmap/qpixmap.pro @@ -13,13 +13,12 @@ wince*|symbian: { icons.path = convertFromToHICON DEPLOYMENT += task31722_0 task31722_1 icons - DEPLOYMENT_PLUGIN += qico } wince*: { DEFINES += SRCDIR=\\\".\\\" + DEPLOYMENT_PLUGIN += qico } else:symbian { - DEPLOYMENT_PLUGIN += qmng LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll contains(QT_CONFIG, openvg) { LIBS += $$QMAKE_LIBS_OPENVG |