[Qt] V2.0 Qt 4.5.X
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Wed Jan 20 19:47:51 CET 2010
Hello,
What about making the DLL link only to what is used?
I am considering using Qt for a Mac project, but it's a huge problem
if the user needs my 2MB software + 163MB of the full Qt-Mac
frameworks (without debug info) from
http://get.qt.nokia.com/qt/source/qt-mac-cocoa-opensource-4.6.1.dmg
While I only need QtCore and QtGUI
I propose a very easy way to implement this: Just put some IFDEFs to
remove code when compiling the DLL, so that you can choose which
frameworks to include in the library. And we could somehow include the
define in the shell script to build the framework.
thanks,
--
Felipe Monteiro de Carvalho
More information about the Qt
mailing list