aboutsummarylogtreecommitdiffstats
path: root/qt5-disable-default-lib-include-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-disable-default-lib-include-detection.patch')
-rw-r--r--qt5-disable-default-lib-include-detection.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt5-disable-default-lib-include-detection.patch b/qt5-disable-default-lib-include-detection.patch
new file mode 100644
index 000000000000..64475b7e7a0a
--- /dev/null
+++ b/qt5-disable-default-lib-include-detection.patch
@@ -0,0 +1,11 @@
+--- a/mkspecs/features/default_pre.prf 2016-06-25 18:44:50.952774100 +0200
++++ b/mkspecs/features/default_pre.prf 2016-06-25 18:42:00.416181500 +0200
+@@ -29,7 +29,7 @@
+ #
+ # Get default include and library paths from compiler
+ #
+- gcc {
++ !win32:gcc {
+ equals(QMAKE_DIR_SEP, /) {
+ cmd_prefix = "LC_ALL=C"
+ cmd_suffix = "</dev/null >/dev/null"