qt - JOM 找不到 Makefile

标签 qt

我正在尝试使用 QT Creator 构建我的项目,但我收到 jom.exe 错误,提示我系统找不到指定的路径。

完整的错误是:

11:14:35: Starting: "C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe" 
    C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
    echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ "debug\\MainMenu.exe.embed.manifest">debug\MainMenu.exe_manifest.rc
The system cannot find the path specified.
jom: C:\Users\<user>\build-MainMenu-Desktop_Qt_5_1_1_MSVC2012_OpenGL_64bit-Debug\Makefile.Debug [debug\MainMenu.exe] Error 1
jom: C:\Users\<user>\build-MainMenu-Desktop_Qt_5_1_1_MSVC2012_OpenGL_64bit-Debug\Makefile [debug] Error 2
11:14:35: The process "C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project MainMenu (kit: Desktop Qt 5.1.1 MSVC2012 OpenGL 64bit)
When executing step 'Make'
11:14:35: Elapsed time: 00:00.

我的用户名有 15 个字符长,因此 MakeFiles 的整个路径分别有 99 个和 93 个字符。

我该怎么做才能解决这个问题?

最佳答案

你有杀毒软件吗? jom.exe 处理有时被检测为病毒的临时文件...

所以,请尝试禁用您的杀毒软件。

关于qt - JOM 找不到 Makefile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19364650/

相关文章:

c++ - 使用 QPainter 绘图

c++ - 使用互斥锁和手动锁定互斥锁的区别

c++ - QThreadPool & QRunnable & 静态函数

c++ - 带空小部件的 Qt 拆分器

python - 将右侧按钮与右侧表格连接

c++ - 如何禁用或隐藏 QFileDialog 中的默认取消按钮?

c++ - 将 QString 转换为其他类型

c++ - QString::split() 和 "\r"、 "\n"和 "\r\n"约定

c++ - 错误 : C2248: 'QGraphicsItem::QGraphicsItem' : cannot access private member declared in class 'QGraphicsItem'

qt - QML 2 中的样式化 GroupBox