qt-build-tools/5.6.2/compile_win.txt
2016-10-14 18:09:35 +02:00

31 lines
459 B
Plaintext

x86:
1. Запускаем qt5vars.cmd
2. cd qtbase
configure -opensource -opengl desktop -mp -nomake tests -nomake examples -target xp
nmake
3. cd ..\qttools
qmake
nmake
4. cd ..\qtbase
nmake docs
cd ..\qttools
nmake docs
5. cd ..
cleanup.bat
x64:
1. Запускаем qt5vars_x64.cmd
2. cd qtbase
configure -opensource -opengl desktop -mp -nomake tests -nomake examples -target xp
nmake
3. cd ..
cleanup.bat