作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试按照以下步骤从 Linux(Ubuntu 16.04)到 Windows 进行 Qt 交叉编译:Building Qt 5 on Linux, for Windows .
我使用 MXE 和上述步骤成功安装了完整的 Qt5,但不幸的是,我在运行后立即收到有关 NetworkAuth 库的错误
i686-w64-mingw32.static-qmake-qt5
Project ERROR: Unknown module(s) in QT: networkauth
QT = gui core multimedia network networkauth
最佳答案
networkauth
MXE 中缺少软件包。我已经创建了一个,现在有一个拉取请求:https://github.com/mxe/mxe/pull/2112
您可以等到它被主项目接受或build the patch或 our fork手动。
关于使用 MXE 和 NetworkAuth 的 Qt5 交叉编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48195302/
关闭。这个问题需要details or clarity .它目前不接受答案。 想改进这个问题吗? 通过 editing this post 添加细节并澄清问题. 关闭 5 年前。 Improve t
我正在尝试按照以下步骤从 Linux(Ubuntu 16.04)到 Windows 进行 Qt 交叉编译:Building Qt 5 on Linux, for Windows . 我使用 MXE 和
我是一名优秀的程序员,十分优秀!