aboutsummarylogtreecommitdiffstats
path: root/qt5-disable-default-lib-include-detection.patch
diff options
context:
space:
mode:
authorMartchus2016-09-06 22:40:44 +0200
committerMartchus2016-09-06 22:41:26 +0200
commit56c03b83801b48b03a2af469ae4e6d546976e1c3 (patch)
tree0a05062d625a701deaea68826f9a2b368d667181 /qt5-disable-default-lib-include-detection.patch
downloadaur-56c03b83801b48b03a2af469ae4e6d546976e1c3.tar.gz
Provide mingw-w64-qt5-base-dynamic variant
Just tested whether it builds, but not whether it already functions as intended.
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"