31 lines
459 B
Plaintext
Raw Normal View History

2016-10-14 18:09:35 +02:00
x86:
1. Запускаем qt5vars.cmd
2. cd qtbase
2016-10-14 13:06:14 +02:00
configure -opensource -opengl desktop -mp -nomake tests -nomake examples -target xp
nmake
2016-10-14 18:09:35 +02:00
3. cd ..\qttools
2016-10-14 13:06:14 +02:00
qmake
nmake
2016-10-14 18:09:35 +02:00
4. cd ..\qtbase
2016-10-14 13:06:14 +02:00
nmake docs
cd ..\qttools
nmake docs
2016-10-14 18:09:35 +02:00
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