ich habe hier eine Anleitung gefunden Eclipse mit Qt zum Laufen zu kriegen. Sah am Anfang auch gut aus. Aber leider hat das System keine EXE erzeugt.
nachdem ich mein System inzwischen zeimlich verkonfiguriert habe (wie setzte man eigentich wieder Standard ?
Code: Alles auswählen
c:\mingw\bin\mingw32-make.exe all release
c:/mingw/bin/mingw32-make.exe -f Makefile.Release all
mingw32-make.exe[1]: Entering directory `D:/Daten/Entwicklung/Projekte/Qt-Hallo-01'
g++ -c -O2 -O2 -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"C:/Qt/4.2.1/include/QtCore" -I"C:/Qt/4.2.1/include/QtCore" -I"C:/Qt/4.2.1/include/QtGui" -I"C:/Qt/4.2.1/include/QtGui" -I"C:/Qt/4.2.1/include" -I"." -I"C:/Qt/4.2.1/include/ActiveQt" -I"release" -I"." -I"c:\Qt\4.2.1\mkspecs\default" -o release\main.o src\main.cpp
/usr/bin/sh: g++: command not found
mingw32-make.exe[1]: *** [release\main.o] Error 127
mingw32-make.exe[1]: Leaving directory `D:/Daten/Entwicklung/Projekte/Qt-Hallo-01'
c:\mingw\bin\mingw32-make.exe: *** [release-all] Error 2
Code: Alles auswählen
/usr/bin/sh: g++