Code: Alles auswählen
C:\project\8>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/project/8'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runt
ime-pseudo-reloc -Wl,-subsystem,windows -o "debug\8.exe" debug\cannonfield.o deb
ug\lcdrange.o debug\main.o debug\moc_cannonfield.o debug\moc_lcdrange.o -L"c:\Q
T\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
c:\QT\lib/libqtmaind.a(qtmain_win.o)(.text+0x30b): In function `WinMain':
C:/QT/src/winmain/qtmain_win.cpp:105: undefined reference to `qMain(int, char**)
'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\8.exe] Error 1
mingw32-make[1]: Leaving directory `C:/project/8'
mingw32-make: *** [debug] Error 2MfG
yoshi00