Qt Creator 在 Ubuntu 上导致无限编译循环
我在 Mac 上安装了一个项目文件夹,效果很好。我将文件夹移至 Ubuntu,在 Ubuntu 中打开 Qt Creator,加载我的项目并构建
Build never结束,收到关于我的项目文件“将来”进行修改、“进入文件夹/离开文件夹”等等的无限循环消息......
发生了什么事?
I got a project folder up on a Mac, and it works nicely. I moved the folder to Ubuntu, opened Qt Creator in Ubuntu, loaded up my project and build
Build never ends, getting an endless loop of a message about my project file having modifications "in the future", "entering folder/leaving folder" and so on forever...
What's going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想有时候你必须从字面上理解事情。当我在文本编辑器下获取 *.pro 文件并将其保存回来时,“将来的修改”就得到了解决。这是一个奇怪且烦人的错误,但很容易解决。
谢谢。
I guess sometimes you have to take things literally. the "Modifications in the future" was resolved as soon as I got my *.pro file under a text editor and saved it back. It's a strange and annoying bug, but easily resolved.
thanks.