在 Windows Qt Creator 上,我在哪里输入“cd”“nmake”和“configure”等命令
Posted
技术标签:
【中文标题】在 Windows Qt Creator 上,我在哪里输入“cd”“nmake”和“configure”等命令【英文标题】:on Windows Qt Creator where do I enter commands like "cd" "nmake" and "configure" 【发布时间】:2015-04-09 23:08:48 【问题描述】:我在窗户上。我需要从我完成的 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】:进入开始菜单,输入“cmd”然后回车。它将打开一个 Windows 命令提示符。那是应该输入命令的地方。
【讨论】:
感谢 jpo,我试过了,但收到了“configure”错误,因为目录中没有“configure.exe”。所以我想我一定是做错了,不,我需要下载 Qt 源代码。 当然,当你有源代码时编译它一定更容易;-)以上是关于在 Windows Qt Creator 上,我在哪里输入“cd”“nmake”和“configure”等命令的主要内容,如果未能解决你的问题,请参考以下文章
在 Qt Creator (Windows) 中构建 Qt 库的问题
Qt Creator - 在 Windows 上构建持续时间更长
无法让 Qt Creator 调试在 Windows 10 上运行