简介
ubuntu中执行qmake出现
- qmake: could not find a Qt installation of ”或
- qmake: could not exec ‘/usr/lib/x86_64-linux-gnu/qt4/bin/qmake’
原因是qt指向的qt安装位置不正确
可以看到qmake实际上软连接到了一个文件夹qtchooser,修改default.conf 文件
cd /usr/lib/x86_64-linux-gnu/qt-default/qtchooser
sudo vi default.conf
修改为qt的安装路径
/home/codebee/Qt5.6.2/5.6/gcc_64/bin
/home/codebee/Qt5.6.2/5.6
保持退出后键入命令qmake ,看到已经ok