diff options
author | ninerider <qt-info@nokia.com> | 2009-10-01 11:49:28 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-10-01 11:49:28 (GMT) |
commit | cf7bbfca65039f0e94951269e2dfc09ae66a28d4 (patch) | |
tree | cabd9ca83f2542fadfea99468731f4af6e6cb478 /tests/auto/qpixmap | |
parent | 210b0fabc4c983049ad5c6823a5723554e1fd108 (diff) | |
download | Qt-cf7bbfca65039f0e94951269e2dfc09ae66a28d4.zip Qt-cf7bbfca65039f0e94951269e2dfc09ae66a28d4.tar.gz Qt-cf7bbfca65039f0e94951269e2dfc09ae66a28d4.tar.bz2 |
Deployment augmented for WinCE
SRCDIR problem fixed and deployment augmented to accomodate image and
icon tests.
Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/qpixmap')
-rw-r--r-- | tests/auto/qpixmap/qpixmap.pro | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro index 31d6eaa..a3577bd 100644 --- a/tests/auto/qpixmap/qpixmap.pro +++ b/tests/auto/qpixmap/qpixmap.pro @@ -2,16 +2,23 @@ load(qttest_p4) SOURCES += tst_qpixmap.cpp contains(QT_CONFIG, qt3support): QT += qt3support wince*|symbian*: { - task31722_0.sources = convertFromImage/task31722_0/* + + task31722_0.sources = convertFromImage/task31722_0/*.png task31722_0.path = convertFromImage/task31722_0 - task31722_1.sources = convertFromImage/task31722_1/* + + task31722_1.sources = convertFromImage/task31722_1/*.png task31722_1.path = convertFromImage/task31722_1 - DEPLOYMENT += task31722_0 task31722_1 + + icons.sources = convertFromToHICON/* + icons.path = convertFromToHICON + + DEPLOYMENT += task31722_0 task31722_1 icons + DEPLOYMENT_PLUGIN += qico } wince*: { DEFINES += SRCDIR=\\\".\\\" -} symbian*: { +} else:symbian* { DEPLOYMENT_PLUGIN += qmng LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll contains(QT_CONFIG, openvg) { |