my app still require's the .dlls files even if i execute the -static in config??
maybe my steps in making my program static are wrong can you please help me...
my steps are:
in cmd
1. c:\qt\4.3.2>configure -static -release -no-exceptions
2. c:\qt\4.3.2>mingw32-make sub-src
3. c:\qt\4.3.2>configure -saveconfig
is their something im missing?
when i run this i think im just rerunning the configure.exe (i first run this for my libraries after the installation then now rerun it for -static -release)
plz give me some guide to do this right...
I don't use QDevelop, but there should be some dialog that allows you to configure paths to all of the tools you need to compile your application. Since you have just one installation of Qt, the paths should be OK.
What files do you have in c:\qt\4.3.2\lib folder? How big are the .a files?
Last edited by triperzz; 22nd January 2008 at 13:40.
i try the codes above...
and at last it works...
my app is now static even with sql..
Bookmarks