From ec400fad3cc31b19ae5e3c3cc61e14d93ec97234 Mon Sep 17 00:00:00 2001 From: kleuter Date: Fri, 14 Oct 2016 12:57:49 +0200 Subject: [PATCH] 5.6.1 misc --- 5.6.1/cleanup.bat | 4 ++++ 5.6.1/compile_win.txt | 17 +++++++++++++++++ 5.6.1/qt5vars.cmd | 3 +++ 3 files changed, 24 insertions(+) create mode 100644 5.6.1/cleanup.bat create mode 100644 5.6.1/compile_win.txt create mode 100644 5.6.1/qt5vars.cmd diff --git a/5.6.1/cleanup.bat b/5.6.1/cleanup.bat new file mode 100644 index 0000000..9fc167d --- /dev/null +++ b/5.6.1/cleanup.bat @@ -0,0 +1,4 @@ +del *.obj /s /f +del *.ilk /s /f +del *.pch /s /f +del Makefile* /s /f \ No newline at end of file diff --git a/5.6.1/compile_win.txt b/5.6.1/compile_win.txt new file mode 100644 index 0000000..ace7811 --- /dev/null +++ b/5.6.1/compile_win.txt @@ -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 \ No newline at end of file diff --git a/5.6.1/qt5vars.cmd b/5.6.1/qt5vars.cmd new file mode 100644 index 0000000..d4b17fc --- /dev/null +++ b/5.6.1/qt5vars.cmd @@ -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 \ No newline at end of file