mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-02-02 19:27:40 +08:00
31 lines
459 B
Plaintext
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
|
|
|
|
|