Dear ArbolOne,
No, there are no such problems in Netbeans. It can use the compiler provided by Qt (32-bit) just fine. I am assuming that you are building a Win32 GUI application. Do you see a -Wl,--subsystem,windows in the build output windows in the linking step? Netbeans may have assumed a Console application by default ??
Have not used Netbeans 8 for Qt yet. But I did notice a problem using Netbeans 7 with Qt 5.x. Qt 5.x needs a QT += widgets in the .pro file. Netbeans 7 build automatically re-generates pro file and there is NO MEANS of specifying this option. So GUI programs did not build correctly! No such issues using Netbeans with QT 4.x