[Interest] Fwd: Can I Build Qt5.2 with /MT (/MTd) Options on Windows?
Till Oliver Knoll
till.oliver.knoll at gmail.com
Thu Jan 2 19:48:33 CET 2014
Probably was meant to be sent to the list...
;)
Cheers,
Oliver
Anfang der weitergeleiteten E‑Mail:
> Von: Joe Liu <passer.by007gg at gmail.com>
> Datum: 2. Januar 2014 08:43:23 MEZ
> An: till.oliver.knoll at gmail.com
> Betreff: Re: [Interest] Can I Build Qt5.2 with /MT (/MTd) Options on Windows?
>
> Thanks Oliver,
>
> The QMAKESPEC info really helps! In the win32-msvc2010 spec, I modify the default -MD (or -MDd for debug) option to -MT(d), then qmake can correctly generate Makefiles, and build successfully.
>
> The bad news is the qt libs/tools doesn't work because of many memory issues. for instance, uic.exe may crash after generating the ui header, seems some memory blocks are not allocated/de-allocated in right manner if the CRT lib is statically linked. Very odd.
>
> Even though I don't figure out what's wrong there yet, I would like to thank you anyway!
>
>
> Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140102/a90514a9/attachment.html>
More information about the Interest
mailing list