Kits, qmake appears not to be installed
-
Hi Geeks ,
I am trying to create a Widgets project but appears the following window:
The content of the bin folder is the following:
grafeno30@alien:~/bin/qtcreator-11.0.2/bin$ sudo find / -name qmake | less*
I don't undestard where I am making a mistake.
Please, help me
Thanks in advance for you help!
-
@SGaist said in Kits, qmake appears not to be installed:
s that you installed only Qt Creator. Is that the case ?
Yes.
Now I have downloaded another executable installer:
qt-opensource-linux-x64-5.12.12.run
AND NOW IT WORKS PERFECTLY!!!
And this version does not contain qmake compiler:
qt-creator-opensource-linux-x86_64-11.0.2.run
Thank you anyway!!!
-
Hi,
It seems that you installed only Qt Creator. Is that the case ?
-
@SGaist said in Kits, qmake appears not to be installed:
s that you installed only Qt Creator. Is that the case ?
Yes.
Now I have downloaded another executable installer:
qt-opensource-linux-x64-5.12.12.run
AND NOW IT WORKS PERFECTLY!!!
And this version does not contain qmake compiler:
qt-creator-opensource-linux-x86_64-11.0.2.run
Thank you anyway!!!
-
G grafenocarbono has marked this topic as solved on
-
@grafenocarbono said in Kits, qmake appears not to be installed:
@SGaist said in Kits, qmake appears not to be installed:
s that you installed only Qt Creator. Is that the case ?
And this version does not contain qmake compiler:
qt-creator-opensource-linux-x86_64-11.0.2.run
That's normal, Qt Creator is an IDE, it does not come with
qmake
(by the wayqmake
is not a compiler, it's a project manager).