From 27c4a4d9c91e6c16d1d43d2d99c0176a58650e15 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 1 Jul 2009 09:10:16 +0200 Subject: Fixed the compilation problem of tests/auto/qpixmap. --- tests/auto/qpixmap/qpixmap.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12