diff options
author | Liang Qi <liang.qi@nokia.com> | 2009-07-01 07:10:16 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2009-07-01 07:10:16 (GMT) |
commit | 27c4a4d9c91e6c16d1d43d2d99c0176a58650e15 (patch) | |
tree | 5a2e0d2c26239dd2c273e95321e88370a06e7448 /tests | |
parent | a884c4d9e1cd6e1258802e4406a17ff16d3b8e66 (diff) | |
download | Qt-27c4a4d9c91e6c16d1d43d2d99c0176a58650e15.zip Qt-27c4a4d9c91e6c16d1d43d2d99c0176a58650e15.tar.gz Qt-27c4a4d9c91e6c16d1d43d2d99c0176a58650e15.tar.bz2 |
Fixed the compilation problem of tests/auto/qpixmap.
Diffstat (limited to 'tests')
-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 c992f6e..74600e8 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 |