需要帮助编译适用于 Windows 的 libqxt
我有一个使用 libqxt 的 Qt 项目。如何为 Windows 编译它?
编辑
好的,我编译了它,并将其安装在“C:\Qxt\”中,但是当我尝试构建我的项目时,它仍然失败并出现错误 ..\qlocate\mainwindow.cpp:13:29:错误:QxtGlobalShortcut:没有这样的文件或目录
我认为我应该更改 Qt Creator 的包含路径,但我该怎么做?
I have a Qt project which uses libqxt. How do I compile it for Windows?
Edit
Ok, I compiled it, and it's installed in "C:\Qxt\", but when I try to build my project it still fails with error
..\qlocate\mainwindow.cpp:13:29: error: QxtGlobalShortcut: No such file or directory
I assume I should change the include paths of Qt Creator, but how do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
标头有问题。请在此处阅读修复此问题的完整指南:
http://qt-project.org/wiki/LibQxt_in_QtCreator
there's a problem with the headers. Read the complete guide to fixing it here:
http://qt-project.org/wiki/LibQxt_in_QtCreator
下载它
只需从http://dev.libqxt.org/libqxt/wiki/user_guide
并运行configure.bat
just download it from
http://dev.libqxt.org/libqxt/wiki/user_guide
and run configure.bat