1

I already add a kit in Tool->Options->Kits->ADD

and when im trying to create a console application it says "No valid kits found"

Lorence Hernandez
  • 1,189
  • 12
  • 23
  • 1
    Look here http://stackoverflow.com/questions/26499404/qtcreator-no-valid-kits-found or provide more details about your system – demonplus Jul 12 '15 at 16:38
  • as demonplus said provide details about your system, exactly what OS linux ? windows ? Mac Os X ? , second tell us how did you install qt creator – niceman Jul 12 '15 at 16:55
  • Sorry for very late reply. @demonplus I already read the link you gave me before i posted this question. – Lorence Hernandez Jul 12 '15 at 18:20
  • @niceman Im running windows 8.1, actually my qtcreator dont have auto-detected kits and QT version. i dont know why. – Lorence Hernandez Jul 12 '15 at 18:20
  • hmmm I faced a problem with qtcreator not detecting qt on linux machine, I solved it by adding qt manually in kits->qt_version then add, I browsed to where qmake is located and added it and worked, not sure where does windows put qmake though – niceman Jul 15 '15 at 10:40
  • and you can try adding the compiler too if it's not detected automatically, hope this solves your problem – niceman Jul 15 '15 at 10:40
  • @niceman i tried that, but cant find any exe files, I already install mingw with qtcreator using online installer, but i cant find the qtcreator.exe – Lorence Hernandez Jul 15 '15 at 15:51
  • @niceman i cant find the qmake.exe in the bin folder – Lorence Hernandez Jul 15 '15 at 16:01
  • well sorry but I'm not a windows user so don't know where are they :( – niceman Jul 15 '15 at 17:41

3 Answers3

1

Click the Option hyperlink (or Tools --> Options) in the Kits tab, select the Desktop (default) entry below the Manual. You will see that the Qt version is blank, click the input control and select the right qt version and Apply or OK.

tuantm
  • 341
  • 1
  • 10
0

QtCreator did not find and tool chains. Use the Qt Online Installer for Windows to install MinGW or MSVC tool chains.

ArchHaskeller
  • 1,270
  • 1
  • 12
  • 28
0

If your qt sdk is x64 you need to install x64 mingw compiler. If not than install i686 mingw for compiler. Here is good guideline which you can learn how to install qt creator, qt sdk, and mingw for w8.1 machines.

goGud
  • 4,163
  • 11
  • 39
  • 63