加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.bat 2.54 KB
一键复制 编辑 原始数据 按行查看 历史
Yu SuiXian 提交于 2023-10-16 10:37 . update:调整输出路径
echo qt5
.\configure ^
-recheck-all ^
-platform win32-msvc ^
-prefix "..\build" ^
-opensource ^
-confirm-license ^
-debug-and-release ^
-static ^
-static-runtime ^
-silent ^
-no-compile-examples ^
-skip qt3d ^
-skip qtactiveqt ^
-skip qtandroidextras ^
-skip qtcharts ^
-skip qtconnectivity ^
-skip qtdatavis3d ^
-skip qtdeclarative ^
-skip qtdoc ^
-skip qtgamepad ^
-skip qtimageformats ^
-skip qtlocation ^
-skip qtlottie ^
-skip qtmacextras ^
-skip qtmultimedia ^
-skip qtnetworkauth ^
-skip qtpurchasing ^
-skip qtquick3d ^
-skip qtquickcontrols ^
-skip qtquickcontrols2 ^
-skip qtquicktimeline ^
-skip qtremoteobjects ^
-skip qtscript ^
-skip qtscxml ^
-skip qtsensors ^
-skip qtserialbus ^
-skip qtserialport ^
-skip qtspeech ^
-skip qttools ^
-skip qttranslations ^
-skip qtvirtualkeyboard ^
-skip qtwayland ^
-skip qtwebchannel ^
-skip qtwebengine ^
-skip qtwebglplugin ^
-skip qtwebsockets ^
-skip qtwebview ^
-skip qtwinextras ^
-skip qtx11extras ^
-feature-abstractbutton ^
-feature-abstractslider ^
-feature-codecs ^
-feature-freetype ^
-no-feature-testlib ^
-no-feature-testlib_selfcover ^
-no-feature-sql ^
-no-feature-sqlmodel ^
-no-feature-network ^
-no-feature-networkproxy ^
-no-feature-networkinterface ^
-no-feature-networkdiskcache ^
-no-feature-concurrent ^
-no-feature-cups ^
-no-feature-dnslookup ^
-no-feature-dtls ^
-no-feature-ftp ^
-no-feature-http ^
-no-feature-islamiccivilcalendar ^
-no-feature-gssapi ^
-no-feature-hijricalendar ^
-no-feature-jalalicalendar ^
-no-feature-localserver ^
-no-feature-netlistmgr ^
-no-feature-ocsp ^
-no-feature-pdf ^
-no-feature-printer ^
-no-feature-printdialog ^
-no-feature-printpreviewdialog ^
-no-feature-printpreviewwidget ^
-no-feature-socks5 ^
-no-feature-sspi ^
-no-feature-topleveldomain ^
-no-feature-udpsocket ^
-no-feature-valgrind ^
-no-feature-alloca ^
-no-feature-alloca_h ^
-no-feature-alloca_malloc_h ^
-no-feature-android-style-assets ^
-no-feature-appstore-compliant ^
-no-feature-cross_compile ^
-no-feature-cupsjobwidget ^
-no-feature-dom ^
-no-feature-force_asserts ^
-no-feature-framework ^
-no-feature-itemmodeltester ^
-no-feature-libudev ^
-no-feature-pkg-config ^
-no-feature-posix_fallocate ^
-no-feature-reduce_exports ^
-no-feature-reduce_relocations ^
-no-feature-release_tools ^
-no-feature-rpath ^
-no-feature-separate_debug_info ^
-no-feature-simulator_and_device ^
-no-feature-stack-protector-strong ^
-feature-thread ^
-no-opengl ^
-no-openssl ^
-no-dbus ^
-no-xcb ^
-no-pch ^
-qt-zlib ^
-qt-libjpeg ^
-qt-libpng ^
-qt-pcre ^
-qt-harfbuzz ^
-gif ^
-ico ^
-mp ^
-strip ^
-nomake examples ^
-nomake tests
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化