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
祝您好运!!!
本文介绍了解决在Fedora 9系统中遇到的qmake: command not found问题的方法,包括安装必要的qt4组件及创建软链接。
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
祝您好运!!!
1372

被折叠的 条评论
为什么被折叠?
