Qt Creator2.0.1安装配置

下载

qtcreator-2.0.1

安装

如果没有配置qtcreator的话,一般会出现以下错误

:: error: The Qt version is invalid: Could not determine the path to the binaries of the Qt installation, maybe the qmake path is wrong?

这个是由于,qt的路径没有配置对,找不到qmake

点击tools/option/在对话框中选择Manual

在version name中填入qt4.7

在qmake location中填入

home/username/workspace/qt-everywhere-opensource-src-4.7.1/bin/qmake即qmake的路径

光是以上的配置还不能完全配置好

点击侧面prejects

在Edit build configuration点击add下拉菜单选择

qt4.7即刚才配置的qmake路径

这样就完全配置好了

 

你可能感兴趣的:(Qt Creator2.0.1安装配置)