Qt 5.15.x + VS的源码编译

环境依赖

MVSC, Python, Ruby, Perl 需要安装的一些工具

第一次编译

configure的相关命令

configure.bat -prefix E:\qt\qt5\install \
-opensource -confirm-license\
-qt-sqlite -qt-pcre -qt-zlib\
-qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz\
-skip qtwebengine\
-nomake tests -nomake examples\
-no-openssl 

你可能感兴趣的:(Qt,About,qt,c++)