summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/win/x86/deps/qt-build.bat
blob: e8bfa8184f6f9d4b72f04fe67f4c43fff3cdfc00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
set ARCH=%1
call \msvc-%ARCH%.bat && @echo on || exit /b
mkdir \qt-src\qt-build && ^
cd \qt-src\qt-build && ^
..\qt\configure.bat ^
  -prefix C:/qt-%ARCH% ^
  -static ^
  -static-runtime ^
  -release ^
  -opensource -confirm-license ^
  -platform win32-msvc ^
  -mp ^
  -gui ^
  -widgets ^
  -qt-pcre ^
  -qt-zlib ^
  -qt-libpng ^
  -qt-libjpeg ^
  -no-gif ^
  -no-icu ^
  -no-pch ^
  -no-angle ^
  -no-opengl ^
  -no-dbus ^
  -no-harfbuzz ^
  -no-accessibility ^
  -skip declarative ^
  -skip multimedia ^
  -skip qtcanvas3d ^
  -skip qtconnectivity ^
  -skip qtdeclarative ^
  -skip qtlocation ^
  -skip qtmultimedia ^
  -skip qtsensors ^
  -skip qtserialport ^
  -skip qtsvg ^
  -skip qtwayland ^
  -skip qtwebchannel ^
  -skip qtwebengine ^
  -skip qtwebsockets ^
  -skip qtxmlpatterns ^
  -nomake examples -nomake tests ^
  && ^
\jom\jom.exe -J %NUMBER_OF_PROCESSORS% && ^
\jom\jom.exe install && ^
cd \qt-%ARCH% && ^
\git\cmd\git apply \qt-src\qt-install.patch