5.6.1 misc

This commit is contained in:
kleuter 2016-10-14 12:57:49 +02:00
parent f7f9e22235
commit ec400fad3c
3 changed files with 24 additions and 0 deletions

4
5.6.1/cleanup.bat Normal file
View 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
View 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
View 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