Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't add kits and can't choose Qt version in Qt Creator

Tags:

c++

qt

qt-creator

I tried to work with Qt Creator, but when I start a new project, I have to create a new kit. But in the kit menu, I can't choose a Qt version nor a debugger, my only option is 'none'. It doesn't work for any device type.

I have the option to add a Qt version though, but which folder, file or executable I have to open?

like image 207
tankman175 Avatar asked Jul 17 '15 12:07

tankman175


People also ask

What is the latest version of Qt Creator?

The latest version of Qt is 6.4. 0 released on 29 September 2022.

Is Qt and Qt Creator same?

Qt Creator is just an IDE used to build QT applications; both Qt Widgets and Qt Quick can be composed. When writing Qt Widgets applications you can edit your GUI in Qt Designer but in case of Qt Quick applications you use Qt Quick Designer, both integrated into Qt Creator.


1 Answers

I think for you the easiest to do is to do a brand new installation. Install qtversion 5.5 and it will automatically install qtcreator and configure the settings correctly.

Follow the following links for each platform,

Linux : http://doc.qt.io/qt-5/linux.html

Windows: use the installer at http://www.qt.io/download/

like image 143
Isira Avatar answered Oct 08 '22 06:10

Isira