[Solved] The Qt version is invalid: Qt version is not properly installed, please run make install -- How to fix?
-
Hi,
I installed Qt Creator 2.2.1 on Ubuntu 11.04 from this website. The file I used: Qt Creator 2.2.1 for Linux/X11 64-bit (82 MB)
When I tried to build the application I got an error that qmake is missing. So I installed qmake from repository using the following command:
sudo apt-get install qt4-qmake
Now, when I build the application I get this error: The Qt version is invalid: Qt version is not properly installed, please run make install.
How do I resolve it? I would prefer not to install the whole SDK as I am not developing Qt applications. I assume this is possible since Qt Creator is offered as a stand alone application.
Thanks again!
-
I am not doing any Qt development, I am working on algorithms. I'd like to use Qt Creator as my IDE on Ubuntu and since it is offered on its own I tend to believe I will be able to run it without any Qt libraries or SDK.
So, I think I can use Qt Creator without Qt libraries.
Can I use qmake without Qt libraries? Or, do I have to replace qmake with cmake?
Thank you.