|
|
Posted Dec 31, 2008 at 2:37:08 PM
Subject: Where is qmake-qt4 in CentOS 5.2?
Where is qmake-qt4 in CentOS 5.2? I have installed qt4, qt4-devel, qt4-doc, but it doesn't work.
PS.
Sorry for my English ;-)
|
Binary Snake
Joined Jan 11, 2009 Posts: 197
Other Topics
|
Posted:
Jan 14, 2009 10:47:37 PM
Subject: Where is qmake-qt4 in CentOS 5.2?
Go to the terminal and type "updatedb" as root and wait for this command to create the file database, don't worry if it takes a very long time to finish as it will read all your filesystem.
Then type "locate bin/qmake", the output will give you the path to qmake. if the path is different than /bin or /usr/bin , then you should create a link for qmake in one of these folders.
|