我使用的是Ubuntu 16.04。安装qtcreator 3.5.1后,打开并构建.pro文件出现以下错误:
qtWidgets: No such file or directory
答案1
安装 qtcreator 时,默认 qt build Kit 可能已设置为 qt 4.x,而不是 qt 5.x。要更新此设置;
qtcreator - 选项 - 构建和运行 - 套件 - 手册 - 桌面(默认) - Qt 版本
在 PATH(qt5)中将 Qt 版本从 qt 4.x.. 更改为 qt 5.x..