mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-23 03:10:06 +08:00
17 lines
456 B
Plaintext
17 lines
456 B
Plaintext
1. Копируем все файлы и папки из данного каталога в C:\qt
|
|
2. qtbase\configure.bat - коментируем "if not exist %QTSRC%\.gitignore goto sconf"
|
|
3. Запускаем qt5vars.cmd
|
|
5. cd qtbase
|
|
configure -opensource -opengl desktop -mp -nomake tests -nomake examples -target xp
|
|
nmake
|
|
|
|
6. cd ..\qttools
|
|
qmake
|
|
nmake
|
|
|
|
7. cd ..\qtbase
|
|
nmake docs
|
|
cd ..\qttools
|
|
nmake docs
|
|
|
|
9. ..\cleanup.bat |