2020-01-13 15:31:08 +00:00
|
|
|
@rem Open "Visual Studio .NET Command Prompt" to run this script
|
|
|
|
|
|
|
|
@setlocal
|
|
|
|
|
|
|
|
@cd %~dp0
|
|
|
|
@echo off
|
|
|
|
|
|
|
|
@set TARGET_PATH=build-qt
|
|
|
|
|
|
|
|
md %TARGET_PATH%
|
|
|
|
cd %TARGET_PATH%
|
|
|
|
|
2020-08-02 10:20:18 +00:00
|
|
|
../../../qt/configure -release -optimize-size -opensource -confirm-license -no-opengl ^
|
2020-01-13 15:31:08 +00:00
|
|
|
-no-compile-examples -nomake examples -nomake tests -nomake tools -mp -ltcg ^
|
|
|
|
-skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d ^
|
|
|
|
-skip qtcharts -skip qtconnectivity -skip qtdatavis3d ^
|
|
|
|
-skip qtdoc -skip qtdeclarative -skip qtdocgallery ^
|
|
|
|
-skip qtfeedback -skip qtgamepad -skip qtgraphicaleffects ^
|
|
|
|
-skip qtlocation -skip qtmacextras -skip qtnetworkauth ^
|
|
|
|
-skip qtmultimedia -skip qtpim -skip qtpurchasing -skip qtqa ^
|
|
|
|
-skip qtquickcontrols -skip qtquickcontrols2 ^
|
2020-04-08 05:43:15 +00:00
|
|
|
-skip qtremoteobjects -skip qtrepotools ^
|
2020-01-13 15:31:08 +00:00
|
|
|
-skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech ^
|
|
|
|
-skip qtsvg -skip qtsystems -skip qttools -skip qtvirtualkeyboard ^
|
|
|
|
-skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin ^
|
|
|
|
-skip qtwebsockets -skip qtwebview ^
|
|
|
|
-skip qtwinextras -skip qtx11extras -skip qtxmlpatterns ^
|
|
|
|
^
|
2020-06-21 12:18:13 +00:00
|
|
|
-no-feature-columnview -no-feature-commandlinkbutton ^
|
2020-01-13 15:31:08 +00:00
|
|
|
-no-feature-concatenatetablesproxymodel ^
|
|
|
|
-no-feature-concurrent -no-feature-cups -no-feature-datawidgetmapper ^
|
|
|
|
-no-feature-dial -no-feature-dockwidget ^
|
|
|
|
-no-feature-filesystemwatcher -no-feature-fontcombobox ^
|
|
|
|
-no-feature-fontdialog -no-feature-hijricalendar -no-feature-identityproxymodel ^
|
|
|
|
-no-feature-imageformat_jpeg -no-feature-imageformat_ppm ^
|
|
|
|
-no-feature-islamiccivilcalendar -no-feature-jalalicalendar ^
|
2020-04-08 05:43:15 +00:00
|
|
|
-no-feature-itemmodeltester -no-feature-lcdnumber -no-feature-listwidget ^
|
2020-01-13 15:31:08 +00:00
|
|
|
-no-feature-mdiarea -no-feature-movie -no-feature-pdf -no-feature-picture ^
|
|
|
|
-no-feature-printer -no-feature-printpreviewdialog -no-feature-printpreviewwidget ^
|
|
|
|
-no-feature-raster-64bit -no-feature-splashscreen ^
|
2020-08-28 16:06:32 +00:00
|
|
|
-no-feature-sqlmodel -no-feature-textbrowser -no-feature-textodfwriter ^
|
2020-01-13 15:31:08 +00:00
|
|
|
-no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-undoview ^
|
|
|
|
-no-feature-whatsthis -no-feature-wizard ^
|
|
|
|
^
|
2020-01-23 02:59:44 +00:00
|
|
|
-no-feature-style-android -no-feature-style-mac -no-feature-style-windowsvista ^
|
|
|
|
^
|
2020-01-13 15:31:08 +00:00
|
|
|
-no-feature-network -no-feature-sql -no-feature-sql-odbc ^
|
|
|
|
-no-feature-xml -no-feature-xmlstream ^
|
|
|
|
^
|
|
|
|
-no-feature-gif -no-feature-jpeg -no-libjpeg -no-feature-tiff -no-feature-webp ^
|
|
|
|
-no-feature-dbus -no-feature-vulkan -no-feature-vkgen
|
|
|
|
|
|
|
|
nmake
|