Why Qt libraries 4.8.4 for Windows (minGW 4.4, 317 MB) not include minwg 4.4?
-
Then you don't want MinGW :) Just use Mac's compiler
-
Tkx qxoz & JKSK ,
i downloaded xcode today but my girlf. denied me to access her Mac :)Anyway i'm at my place on Windows and i tried to give to a friend my release.exe file for a try ...
but the .exe ask for mingwm10.dllHow can i obtain a release indipendent from the environment ?
(linking with static libraries?) -
mingwm10.dll is found in your MinGW's \bin\ folder -- just copy it into your release.exe directory (you'll probably need a few other DLLs from there too)
Yes, linking to static libraries will let you do that, but you'll need to rebuild Qt statically
-
[quote author="kenton" date="1359674417"]Good ...
and build Qt statically is something hard ?
Exist some guide ?
It's possible to download it already statically builded or not ?[/quote]I've never used a statically-compiled Qt before, so I don't know if it's hard or not. There are no ready-made downloads though.Note: If it's the error messages about DLLs that are bothering you, just copy the DLLs into your .exe folder. You don't need to modify the environment.