Installation of Qt 4.8.2 doesn't work [Solved]
-
Hi,
I tried to install Qt 4.8.2 following "this":http://qt-project.org/doc/qt-4.8/install-mac.html
but QtCreator doesn't find it. I tried to write every single ligne as it is written for even more simplicity but it didn't work.Is there anything more to do?
-
You can point an installation to QtCreator. Open QtC, go into options->Build & Run->Qt Versions->Add... and find the qmake from your compilation (it's in <build dir>/bin/).
-
But it is in the list in options?
You have to add it to your project. When your project is opened, on the left pane, go to Projects->Targets (this is default)->Build (also default)->Add. A menu will drop-down, showing all Qt builds available in general options. Alternatively, if you have a fresh project, just delete the .pro.user file in your project's directory and relaunch your project in QtC.
-
I'm glad to hear that. Please prepend "[Solved]" to this thread's subject, it's a local custom on this forum :D
-
I tried too to install Qt 4.8.2 following "this":http://www.linuxfromscratch.org/blfs/view/cvs/x/qt4.html
but i dosnt find Qtcreator!!!!
i use ubuntu 11.04 -
Instructions for LFS are tweaked to suit LFS needs, you don't need to follow them on other systems.