Hi! I'm trying to migrate from strictly console applications to GUI applications using C++, and I was told to use QT. I downloaded it, and am trying to run the sample program, and it won't even work! I get this error!
1 2 3
19:54:00: Configuration is faulty. Check the Issues view for details.
Error while building/deploying project CQTPROGRAM (kit: Desktop Qt 5.3 MSVC2012 OpenGL 32bit)
When executing step "Make"
How do I configure it to create C++ GUI applications?