Qt Creator needs a compiler set up to build. Configure a compiler in the kit options

前端 未结 7 1997
花落未央
花落未央 2020-12-03 00:28

I Have Installed Qt Creator5 with latest binaries. but when i am running any program it is giving me this error.

:-1: error: Qt Creator needs a compiler set

7条回答
  •  情歌与酒
    2020-12-03 01:10

    i was also having the same problem so what i did is

    For linux

    sudo apt-get install g++ 
    sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
    

    and then closed the qt creator and restarted it and it worked

    i do not know which of the above two made it work but it worked !!

    For Windows

    Below given solution have worked for few people. so it is worth a try.

    Delete this file C:\Users\AppData\Roaming\QtProject\qtcreator\toolchains.xml to solve the problem.

提交回复
热议问题