ich habe meine ersten versuche mit QT unter linux gemacht und das hat auch sehr gut geklappt, nun versuche ich die Programme auf Windows zu erstellen, dazu habe ich mir QT 4.2.3 mit dem Installer unter Windows 2000 installiert. Dann habe ich aus denQuellcode mit qmake -project eine .pro dateierstellt und mit qmake einen Makefile, soweit sogut doch wenn ich dann make ausführe kommt immer folgender Fehler:
Code: Alles auswählen
C:\Qt\4.2.3\examples\qmake\tutorial>make
mingw32-make -f Makefile.Debug all
mingw32-make[1]: Entering directory `C:/Qt/4.2.3/examples/qmake/tutorial'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runt
ime-pseudo-reloc -Wl,-subsystem,windows -o "debug\hw.exe" tmp\obj\debug_shared\h
ello.o tmp\obj\debug_shared\main.o -L"c:\Qt\4.2.3\lib" -L"c:\Qt\4.2.3\lib" -lmi
ngw32 -lqtmaind -lQtGuid4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lQtGuid4
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\hw.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/4.2.3/examples/qmake/tutorial'
mingw32-make: *** [debug-all] Error 2
Ich hb auch MSVS C++6 drauf.
Kann mir jemand helfen?