PDA

View Full Version : qtvars compile_debug errors



owen_263
5th April 2008, 03:12
I tried to install from qt exe package for windows, and it succeeded installed, but with errors when qmaking my qt codes.
So i want to compile debug part using:


qt/bin/qtvars compile_debug


and it complains:


mingw32-make: *** No rule to make target `E:\shell\qt4.3.4-release/src/corelib/global/qconfig.cpp', needed by `qconfig.o'. Stop.
Building qmake failed, return code 2

mingw32-make: *** No rule to make target `e:\shell\qt4.3.4-release\src\winmain\Makefile', needed by `debug-E__shell_qt4_3_4_release_src_winmain'. Stop.
E:\shell\qt4.3.4-release\src>


What can i do? Thanks for your kind help~

ChristianEhrlicher
7th April 2008, 06:29
You maybe forgot to run configure.exe first. qconfig.cpp is created by this executable.

owen_263
7th April 2008, 10:26
After executing qtvars, i ran configure.exe and the error messages came from configure.exe.
Sorry for my misleading.