1

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.

neknek mouh
  • 1,802
  • 8
  • 27
  • 58
  • 1
    Do you have any compiler installed? MSVC compiler can be installed with Visual Studio or Windows SDK. MinGW compiler can be installed manually from the [official site](http://sourceforge.net/projects/mingw/files/). – Pavel Strakhov Jun 20 '13 at 19:29

1 Answers1

1

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.

Community
  • 1
  • 1
Son-Huy Pham
  • 1,899
  • 18
  • 19