我装好QT4了,也 build debug libraries 了
用QT自带的例子,比如 t1里 的hello world程序。
qmake ,通过
make 就 报错。
而用 make release 就可以。请问这是什么原因呢?
C:\hello>qmake
C:\hello>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/hello'
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -mthreads -Wl -Wl,-subsystem,windows -o "debug\hello.exe" debug\hello.o -L"c
:\Qt\4.3.0\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot f
ind -lqtmaind
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\hello.exe] Error 1
mingw32-make[1]: Leaving directory `C:/hello'
mingw32-make: *** [debug] Error 2
[ 此贴被XChinux在2007-08-12 23:01重新编辑 ]