comparison src/qt-2-shared-tools-fixes.patch @ 3959:6303de54ff1b

qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows * src/qt.mk: add build of moc,release, uic, rcc when ENABLE_DEVEL_TOOL set for cross mingw * src/qt-2-shared-tools-fixes.patch: new file * dist-files.mk: add qt-2-shared-tools-fixes.patch
author John D
date Sun, 07 Jun 2015 22:13:05 -0400
parents
children
comparison
equal deleted inserted replaced
3958:ac3abcea55e8 3959:6303de54ff1b
1 diff -ur qt-everywhere-opensource-src-4.8.7.orig/tools/linguist/shared/profileevaluator.cpp qt-everywhere-opensource-src-4.8.7/tools/linguist/shared/profileevaluator.cpp
2 --- qt-everywhere-opensource-src-4.8.7.orig/tools/linguist/shared/profileevaluator.cpp 2015-06-07 17:14:32.348070244 -0400
3 +++ qt-everywhere-opensource-src-4.8.7/tools/linguist/shared/profileevaluator.cpp 2015-06-07 17:16:43.792075123 -0400
4 @@ -65,7 +65,7 @@
5 #include <unistd.h>
6 #include <sys/utsname.h>
7 #else
8 -#include <Windows.h>
9 +#include <windows.h>
10 #endif
11 #include <stdio.h>
12 #include <stdlib.h>