Problem Building Qt Static
-
hi, i am trying build Qt static, i have downloaded qt-everywhere-opensource-src-4.8.0 and MinGW-gcc440_1
steps:
unzip src
run: configure -staticthis start creating qmake, on finish show:
@
copy qmake.exe C:\Qt\4.8.0-static\bin\qmake.exe
Creating makefiles in src...
Generating Makefiles...
execute: File or path is not found (C:\Qt\4.8.0-static\bin\qmake)
Qmake faile, return code -1
@i resolve this problem copying qmake to bin folder manually and run configure again.
the big problem is after finish configure when run make or mingw32-make show that:
@
cd src\tools\bootstrap\ && mingw32-make -f Makefile
cd src\tools\moc\ && mingw32-make -f Makefile
cd src\tools\rcc\ && mingw32-make -f Makefile
cd src\tools\uic\ && mingw32-make -f Makefile
cd src\winmain\ && mingw32-make -f Makefile
cd src\corelib\ && mingw32-make -f Makefile
cd src\xml\ && mingw32-make -f Makefile
cd src\network\ && mingw32-make -f Makefile
cd src\sql\ && mingw32-make -f Makefile
cd src\testlib\ && mingw32-make -f Makefile
cd src\gui\ && mingw32-make -f Makefile
cd src\qt3support\ && mingw32-make -f Makefile
cd src\tools\uic3\ && mingw32-make -f Makefile
cd src\opengl\ && mingw32-make -f Makefile
cd src\xmlpatterns\ && mingw32-make -f Makefile
cd src\phonon\ && mingw32-make -f Makefile
cd src\multimedia\ && mingw32-make -f Makefile
cd src\svg\ && mingw32-make -f Makefile
cd src\script\ && mingw32-make -f Makefile
cd src\declarative\ && mingw32-make -f Makefile
cd src\scripttools\ && mingw32-make -f Makefile
cd src\plugins\ && mingw32-make -f Makefile
cd src\imports\ && mingw32-make -f Makefile
cd tools\ && mingw32-make -f Makefile
cd translations\ && mingw32-make -f Makefile
cd examples\ && mingw32-make -f Makefile
cd demos\ && mingw32-make -f Makefile
@whats mean that?