mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 19:00:04 +08:00
5.6.1 misc
This commit is contained in:
parent
f7f9e22235
commit
ec400fad3c
4
5.6.1/cleanup.bat
Normal file
4
5.6.1/cleanup.bat
Normal file
@ -0,0 +1,4 @@
|
||||
del *.obj /s /f
|
||||
del *.ilk /s /f
|
||||
del *.pch /s /f
|
||||
del Makefile* /s /f
|
17
5.6.1/compile_win.txt
Normal file
17
5.6.1/compile_win.txt
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
3
5.6.1/qt5vars.cmd
Normal file
3
5.6.1/qt5vars.cmd
Normal file
@ -0,0 +1,3 @@
|
||||
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"" x86
|
||||
set PATH=c:\qt\qtbase\bin;c:\qt\gnuwin32\bin;%PATH%
|
||||
set QMAKESPEC=win32-msvc2013
|
Loading…
Reference in New Issue
Block a user