当我部署到 Ubuntu 设备调试时,我收到以下消息
:-1: error: The Qt version is invalid: qmake does not exist or is not executable
答案1
尝试这样做:
sudo apt-get install qt5-default
然后创建手册Qt 版本。
答案2
根据您是否需要 QT4 或 QT5,安装qtbase5-dev
sudo apt-get install qtbase5-dev
和/或安装qtbase4-dev
sudo apt-get install qtbase4-dev
分别...