|
|
On Wed, Dec 17, 2008 at 03:45, Malyushytsky, Alex <alex@xxxxxxx> wrote:
> I have a 3rd party library which requires me to link with static CRT
> libraries.
>
> Suddenly I've found that this option is not even available.
> More of that even static QT4 version is build using dynamic CRT libraries.
>
> Is there a way to build QT using static CRT libraries on the Windows
> (preferably not using solution file generated for Vstudio cause it is not
> generated for x64)?
>
> Any problem to expect with QT functionality (except making sure that all
> plugins are built with the same type of libraries)?
I do this regulary. All I do is that I configure Qt for static compile
and then change the compile/link flags in the spec file from -MD to
-MT before I compile.
Note that you can't use QtWebkit module when compile Qt statically.
--
regards,
Robin
_______________________________________________
Qt-interest mailing list
Qt-interest@xxxxxxxxxxxxx
http://lists.trolltech.com/mailman/listinfo/qt-interest
|
|