Hi, Constantin Makshin

How to modify this file?
I used wincewm60standard-msvc2005,and the content in qmake.conf is as below:
————————————
include(../wincewm50smart-msvc2005/qmake.conf)
CE_SDK   = Windows Mobile 6 Standard SDK
CE_ARCH  = ARMV4I
DEFINES -= _WIN32_WCE=0x501
DEFINES += _WIN32_WCE=0x502
# Windows Mobile 6 Standard edition defines
# GWES_ICONCURS=1 although there is no cursor support

DEFINES += QT_NO_CURSOR
QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:WINDOWSCE,5.02 /MACHINE:THUMB
/ENTRY:mainACRTStartup
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWSCE,5.02 /MACHINE:THUMB
QMAKE_LFLAGS_DLL        = /SUBSYSTEM:WINDOWSCE,5.02 /MACHINE:THUMB /DLL
QMAKE_LIBFLAGS          = $$QMAKE_LFLAGS_WINDOWS
————————————

————
Thanks
David



2009/11/17 Constantin Makshin <[email protected]>

> You can tweak compilation options in qmake.conf of the mkspecs you use.
> For example, my QtCore4.dll is 1.6MB, QtGui4.dll is 5.5MB and
> QtWebKit4.dll 6.8MB. All Qt/WinMobile5 libraries and plugins take 18.1MB
> on my system (I hope that's enough to not hit the infamous 32MB limit :) ).
>
> On Mon, 16 Nov 2009 09:01:16 +0300, fengyu dong
> <[email protected]> wrote:
> > Hi all,
> >
> > I wanna create a browser for Windows Mobile based on Qt4.5.
> > Is there any method can be used to make the .dll files smaller?
> > For example: QtGui4 is 6.82M; QtCore4 is 2.02M; QtWebKit4 is 9.96M.
>
> --
> Constantin Makshin
> _______________________________________________
> Qt-wince-interest mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
>
_______________________________________________
Qt-wince-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to