Need to compile portable applications
-
Hello friends,
I need to compile portable executables, i am trying to compile static application/libs, there are too much obsolete documentation about it, could somebody help me? I have the last version of the Qt SDK.
Note: This is my first time using Qt.
-
You already saw this howto: "Build Standalone Qt Application for Windows":http://developer.qt.nokia.com/wiki/Build_Standalone_Qt_Application_for_Windows ?
-
Hello,
I did this and didn't work:
http://www.qtcentre.org/wiki/index.php?title=Building_static_Qt_on_Windows#Qt_Command_Prompt
I don't want to edit all my files under my Qt installation (don't want to have corrupted and un usable files), if somebody knows a real and working way to compile portable applications please tell me.
-
It is not recommended to build Qt manually from the sources provided by the SDK. As a first step you must download the vanilla sources from "Qt download site":http://qt.nokia.com/downloads/downloads#qt-lib, then follow the steps described in the wiki.