summarylogtreecommitdiffstats
path: root/qt5-qtwebkit-use-linux-shell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-qtwebkit-use-linux-shell.patch')
-rw-r--r--qt5-qtwebkit-use-linux-shell.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt5-qtwebkit-use-linux-shell.patch b/qt5-qtwebkit-use-linux-shell.patch
new file mode 100644
index 000000000000..0312d6cd59ba
--- /dev/null
+++ b/qt5-qtwebkit-use-linux-shell.patch
@@ -0,0 +1,11 @@
+--- qtwebkit-opensource-src-5.5.0/Tools/qmake/mkspecs/features/default_pre.prf.orig 2015-08-08 00:28:12.099889263 +0200
++++ qtwebkit-opensource-src-5.5.0/Tools/qmake/mkspecs/features/default_pre.prf 2015-08-08 00:28:34.329126204 +0200
+@@ -37,7 +37,7 @@
+ }
+
+ # Try to detect if we're running under Windows cmd.exe or not
+-win32:isEmpty(MINGW_IN_SHELL): CONFIG += win_cmd_shell
++win32:!mingw:isEmpty(MINGW_IN_SHELL): CONFIG += win_cmd_shell
+
+ # Default location of generated sources
+ GENERATED_SOURCES_DESTDIR = generated