QtCreator返回错误“无法更改为工作目录”

时间:2014-06-07 12:30:58

标签: c++ linux qt qt-creator

我正在尝试使用Qt Creator运行一个简单的HelloWorld程序 代码:

#include <iostream>

using namespace std;

int main()
{
  cout << "Hello World!" << endl;
  return 0;
}

运行时发生错误

Cannot change to working directory '/home/myusername/build-myproject-Desktop-Debug': file or directory not found

互联网上的许多教程告诉我禁用“在终端中运行”,但我需要这个项目。 我的工作目录是/ home / myusername / build-myproject-Desktop-Debug

任何帮助?

2 个答案:

答案 0 :(得分:7)

你在运行哪个操作系统?

我在Linux上遇到了同样的问题。我的解决方案是使用xterm并将Qtcreator中的默认终端设置为xterm(在菜单中:工具,然后是选项,然后是环境,然后是终端,那里有“/ usr / bin / xterm -e”)

答案 1 :(得分:0)

您可以安装终结者终端(sudo apt-get安装终结器)并将其用作Qt Creator终端:

工具 - &gt;选项 - &gt;环境 - &gt;系统 - &gt;终端 - &gt;&#34; / usr / bin / terminator -x&#34;