[Qt-interest] Building QT SDK on windows using Mingw
Anil H
dspinside at gmail.com
Tue Aug 11 11:28:34 CEST 2009
Hi,
I want to build QT SDK on windows using Mingw provided with package .
I downloaded QT4.5.2 windows SDK.
For configuring QT I used the follwing command
configure -debug -static -platform win32-g++
After configuring I used the command
mingw32-make.exe to create the QT binaries
During the make process I am getting error
'g++: OBJECTS_DIR: No such file or directory'
I saw in the makefile generated that the line "OBJECTS_DIR =
tmp/obj/debug_static"
is included next to the list of library and "OBJECTS_DIR" is treated
as a library
' -lwinspool -lmsimg32 -lQtCored -lkernel32 -luser32 -lshell32 -luuid -lole32
-ladvapi32 -lws2_32 OBJECTS_DIR = tmp/obj/debug_static '
Any ideas on what has to be done to avoid this OBJECTS_DIR in the makefile ?.
Any help is appreciated.
Thanks and regards
Anil
More information about the Qt-interest-old
mailing list