Bun
Bun

Reputation: 73

How to solve this issue in QT creator5.5.1?

When i run my first project in QT creator 5.5.1 and then it appears this in Issue "Qt Creator needs a compiler set up to build. Configure a compiler in the kit options." and in output it appears "21:12:35: Configuration is faulty. Check the Issues view for details. Error while building/deploying project Bunthai (kit: Desktop) When executing step "Make" ".

Upvotes: 0

Views: 126

Answers (1)

galinette
galinette

Reputation: 9330

You only installed Qt Creator, which is only an IDE, but does not contain any compiler or library.

Install the integrated suite instead : http://www.qt.io/download-open-source/

Under windows, it includes a preconfigured compiler (MinGW)

Upvotes: 0

Related Questions