Reputation: 1802
it's my first time to try QT Creator on my Windows 8. But the problem is, it doesn't detect an existing compiler. My question is how can I add a compiler to get me started? Any ideas? Thanks.
Upvotes: 1
Views: 1801
Reputation: 1899
If you're asking about how to add a compiler/kit (aka tool-kit, aka tool-chain) you can find it on a website called stackoverflow. =)
All kidding aside, you may need to download a compiler such as MinGW or Visual Studio Express.
Upvotes: 1