diff options
author | Liang Qi <liang.qi@nokia.com> | 2009-07-01 09:10:16 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2009-07-01 09:10:16 +0200 |
commit | 27c4a4d9c91e6c16d1d43d2d99c0176a58650e15 (patch) | |
tree | 5a2e0d2c26239dd2c273e95321e88370a06e7448 /tests/auto/qpixmap | |
parent | a884c4d9e1cd6e1258802e4406a17ff16d3b8e66 (diff) | |
download | qt4-tools-27c4a4d9c91e6c16d1d43d2d99c0176a58650e15.tar.gz |
Fixed the compilation problem of tests/auto/qpixmap.
Diffstat (limited to 'tests/auto/qpixmap')
-rw-r--r-- | tests/auto/qpixmap/qpixmap.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro index c992f6e588..74600e86f3 100644 --- a/tests/auto/qpixmap/qpixmap.pro +++ b/tests/auto/qpixmap/qpixmap.pro @@ -13,7 +13,7 @@ wince*: { DEFINES += SRCDIR=\\\".\\\" } symbian*: { DEPLOYMENT_PLUGIN += qmng - LIBS += -lfbscli.lib -lbitgdi.lib -lgdi.lib + LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll } else { DEFINES += SRCDIR=\\\"$$PWD\\\" win32:LIBS += -lgdi32 -luser32 |