【发布时间】:2014-10-08 14:32:57
【问题描述】:
在 Qt Creator 上构建项目时,出现错误:
Failure to read QMAKESPEC conf file /usr/share/qt4/mkspecs/linux-g++/qmake.conf.
Error processing project file: /path/to/my/project/directory/project.pro
01:13:32: The process "/usr/bin/qmake-qt4" exited with code 3.
Error while building/deploying project converter (kit: Qt 4.8.4 in PATH (System))
When executing step 'qmake'
但是当我执行时
locate qmake.conf
在终端上,我发现文件位于
/usr/lib64/qt4/mkspecs/linux-g++/qmake.conf
如何配置 Qt Creator 以考虑正确的路径?
【问题讨论】:
标签: qt4 qt-creator