Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one
in my windows i set up :
qt-sdk-win-opensource-2010.05.exe
and write a program...after that i wanna make statick build and compile
so i change
C:\Qt\2010.05\qt\mkspecs\win32-g++\qmake.conf
this line QMAKE_LFLAGS...
to QMAKE_LFLAGS = -static -static-libgcc -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc

----and
i in C:\Qt\2010.05\qt in cmd i write
configure -platform win32-g++ -static -release -no-exceptions
.....so this might be work but i have faild here
and final prompt is
Creating qmake...
execute: File or path is not found (mingw32-make
execute: File or path is not found (mingw32-make
Cleaning qmake failed, return code -1
----------------
so now what can i to do??help me please
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900