各位大大你們好:
我用QT DESIGNER產生了.ui檔之後,在經過
qmake -project test.ui =>造出a.pro之後
qmake a.pro =>造出了Makefile.....等等檔之後
make =>這裡會出現錯誤 如下!!
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `D:/a'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runt
ime-pseudo-reloc -Wl,-subsystem,windows -o "debug\a.exe" -L"C:\Qt\4.0.1\lib" -
lmingw32 -lqtmaind -lQtCored4 -lQtGuid4
c:\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot fin
d -lqtmaind
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\a.exe] Error 1
mingw32-make[1]: Leaving directory `D:/a'
mingw32-make: *** [debug] Error 2
不知道是為什們??
我的path設定如下:
PATH=c:\qt\4.0.1\bin;c:\mingw\bin;C:\Dev-Cpp\bin
謝謝!!