在Windows Qt Creator上,我在哪里输入" cd"等命令。 " NMAKE"和"配置"

时间:2015-04-09 23:08:49

标签: windows qt console enter nmake

我在窗户上。我需要从已完成的Qt项目中创建一个.exe独立(静态)可执行文件。

根据http://doc.qt.io/qt-5/windows-deployment.html

为了做到这一点,我必须做一些事情,比如进入这个地方

cd C:\path\to\Qt
configure -static <any other options you need>

nmake clean
qmake -config release
nmake

但我不知道该怎么办?!我在Windows或Qt编辑器上这样做?

1 个答案:

答案 0 :(得分:0)

转到开始菜单,输入&#34; cmd&#34;然后输入。它将打开Windows命令提示符。应该输入命令的地方。