I'm running Windows. And running debug, not release. I even added CONFIG += console, but then it would not compile.
It gave me this error:
Also, I checked the compile command, and did not see QT_NO_DEBUG_OUTPUT.undefined reference to WinMain@16
I'm running Windows. And running debug, not release. I even added CONFIG += console, but then it would not compile.
It gave me this error:
Also, I checked the compile command, and did not see QT_NO_DEBUG_OUTPUT.undefined reference to WinMain@16
Have you tried to run your app from cmd line, or gdb ?
Rikonator (17th August 2011)
It worked with gdb. Thank you so much!
Now on to exterminate 'em bugs.
Bookmarks