Replies: 3 comments 2 replies
-
ubuntu 也没办法编译通过。。。。不过错误不太一样:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
用的是clion插件😭
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年10月24日(周一) 上午10:08
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [xmake-io/xmake] Qt项目生成cmake后无法编译通过 (Discussion #2597)
|
Beta Was this translation helpful? Give feedback.
1 reply
-
调试要先构建。。。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年10月24日(周一) 上午10:19
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [xmake-io/xmake] Qt项目生成cmake后无法编译通过 (Discussion #2597)
clion 的 xmake 插件一样可以用 xmake 构建
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用
xmake create -t qt.widgetapp testqt
创建项目。xmake可正常编译运行。生成的cmake无法编译成功,报错如下
moc_mainwindow.cpp
无法创建?实际上,我已经从该目录中找到了该文件,不存在无法生成的问题,如果将其删除然后继续执行cmake,则又会报No such file or directory
,实际上,该目录已经正确的生成了文件。我将xmake文件以及生成的cmake文件复制如下,协助排查问题:
xmake:
CMakeLists.txt :
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions