我在ubuntu中有一个软件,要求我运行qmake来生成Makefile.
但是,运行qmake会返回此错误,
qmake: could not find a Qt installation of ''
Run Code Online (Sandbox Code Playgroud)
我安装了我认为所需的包装,
sudo apt-get install qt4-qmake
sudo apt-get install qt5-qmake
Run Code Online (Sandbox Code Playgroud)
但错误并没有消失.
任何有关这方面的帮助将不胜感激!