1

I am trying to create my first project using the QT.

Here is the problem I am getting into: enter image description here enter image description here

I am using Windows, so, the first solution from here does not apply to me.

What should I do to create a basic project in QT? It seems so painful to do that.

I think that the problem might is that I did not install QT itself, but just a QT creator. But when I try to install the latest version of QT from over here its size is more than 7Gb and when I come 30% over the installation it just closes and deletes the folder in which I try to install it.

hellomates
  • 51
  • 1
  • 3

1 Answers1

2

A Qt kit is detected by Qt Creator by its respective qmake. You Qt Creator simply can't find a qmake. If you have installed Qt properly all you need to do it is to add the location of qmake to the PATH variable.

The size of the download (7GB) of Qt seems rather odd. If your installation has failed (according to your post it does when the installer hits 30%), needless to say you cannot expect to have a functioning Qt hence Qt Creator will also not be useful in this situation.

rbaleksandar
  • 8,713
  • 7
  • 76
  • 161