qmake: command not found

qmake: command not found

1.安装 qt4,qt4-devel,qt4-x11

yum install qt4 qt4-devel qt4-x11

2.做链接


在fedora9,默认是没有qmake的,只有qmake-qt4,但是有些源代码不能找到。

cd /usr/bin/
ln -s qmake-qt4 qmake

 

祝您好运!!!

你可能感兴趣的:(command,qt)