0

我正在尝试从 Windows 上的源代码编译 QT 5.6.1 的静态版本。

为此,我发出以下命令:

配置命令:

configure.bat -static -static-runtime -debug-and-release -platform win32-g++ -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -qt-sql-sqlite -no-openssl -opensource -make libs -make tools -nomake examples -nomake tests

构建命令:

mingw32-make

现在,这似乎可以正确编译工具包,但最后还是缺少了一些东西。特别winextras是,我的流程所需的模块没有构建。我的构建目录中有macextrasand文件夹,但没有。androidextraswinextras

如何正确配置以便winextras构建模块?

4

1 回答 1

0

好吧,这是我的错误。我的 PATH 中缺少 Python 二进制文件,因此构建过程没有完全完成,由于默认 windows cmd 提示符的“历史记录”低得离谱,我没有注意到这一点,而且看起来它已经完成了现实它失败了。

于 2016-09-12T14:37:48.123 回答