Hello!

i'm trying to cimplie a library that creates and send e-mails and I got some errors while building it:

c:\QtSDK\Desktop\Qt\4.8.1\mingw\lib/libqtmaind.a(qtmain_win.o): In function `WinMain@16':
c:\iwmake\build_mingw_opensource\src\winmain/qtmain_win.cpp:131: undefined reference to `qMain(int, char**)'
collect2: ld returned 1 exit status
mingw32-make.exe[1]: *** [debug\SMTPEmail.exe] Error 1
mingw32-make.exe: *** [debug] Error 2
01:26:10: The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building project SMTPEmail (target: Desktop)
When executing build step 'Make'
I have no clue about what does it mean. Could somebody help please?

Thanks,

Momergil