neu aufgesetztes System (exe wird ausgeführt aber GUI erscheint nicht)

mingw32-make debug 
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/eclipse_1/workspace_with_mingw/test'
c:/Qt/4.7.4/bin/uic.exe test.ui -o ui_test.h
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../Qt/4.7.4/include/QtCore' -I'../../../Qt/4.7.4/include/QtGui' -I'../../../Qt/4.7.4/include' -I'../../../Qt/4.7.4/include/ActiveQt' -I'debug' -I'.' -I'../../../Qt/4.7.4/mkspecs/default' -o debug/main.o main.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../Qt/4.7.4/include/QtCore' -I'../../../Qt/4.7.4/include/QtGui' -I'../../../Qt/4.7.4/include' -I'../../../Qt/4.7.4/include/ActiveQt' -I'debug' -I'.' -I'../../../Qt/4.7.4/mkspecs/default' -o debug/test.o test.cpp
C:/Qt/4.7.4/bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../Qt/4.7.4/include/QtCore' -I'../../../Qt/4.7.4/include/QtGui' -I'../../../Qt/4.7.4/include' -I'../../../Qt/4.7.4/include/ActiveQt' -I'debug' -I'.' -I'../../../Qt/4.7.4/mkspecs/default' -D__GNUC__ -DWIN32 test.h -o debug/moc_test.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../Qt/4.7.4/include/QtCore' -I'../../../Qt/4.7.4/include/QtGui' -I'../../../Qt/4.7.4/include' -I'../../../Qt/4.7.4/include/ActiveQt' -I'debug' -I'.' -I'../../../Qt/4.7.4/mkspecs/default' -o debug/moc_test.o debug/moc_test.cpp
g++ -mthreads -Wl,-subsystem,windows -o debug/test.exe debug/main.o debug/test.o debug/moc_test.o  -L'c:/Qt/4.7.4/lib' -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4 
mingw32-make[1]: Leaving directory `C:/eclipse_1/workspace_with_mingw/test'




altes System (exe wird ausgeführt und GUI erscheint )

mingw32-make debug 
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/eclipse_1/workspace/test'
c:\Qt\4.7.4\bin\uic.exe test.ui -o ui_test.h
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\Qt\4.7.4\include\QtCore" -I"..\..\..\Qt\4.7.4\include\QtGui" -I"..\..\..\Qt\4.7.4\include" -I"..\..\..\Qt\4.7.4\include\ActiveQt" -I"debug" -I"." -I"..\..\..\Qt\4.7.4\mkspecs\default" -o debug\main.o main.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\Qt\4.7.4\include\QtCore" -I"..\..\..\Qt\4.7.4\include\QtGui" -I"..\..\..\Qt\4.7.4\include" -I"..\..\..\Qt\4.7.4\include\ActiveQt" -I"debug" -I"." -I"..\..\..\Qt\4.7.4\mkspecs\default" -o debug\test.o test.cpp
C:\Qt\4.7.4\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\Qt\4.7.4\include\QtCore" -I"..\..\..\Qt\4.7.4\include\QtGui" -I"..\..\..\Qt\4.7.4\include" -I"..\..\..\Qt\4.7.4\include\ActiveQt" -I"debug" -I"." -I"..\..\..\Qt\4.7.4\mkspecs\default" -D__GNUC__ -DWIN32 test.h -o debug\moc_test.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\Qt\4.7.4\include\QtCore" -I"..\..\..\Qt\4.7.4\include\QtGui" -I"..\..\..\Qt\4.7.4\include" -I"..\..\..\Qt\4.7.4\include\ActiveQt" -I"debug" -I"." -I"..\..\..\Qt\4.7.4\mkspecs\default" -o debug\moc_test.o debug\moc_test.cpp
g++ -mthreads -Wl,-subsystem,windows -o debug\test.exe debug/main.o debug/test.o debug/moc_test.o  -L"c:\Qt\4.7.4\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4 
mingw32-make[1]: Leaving directory `C:/eclipse_1/workspace/test'