summaryrefslogtreecommitdiffstats
path: root/plugins/examples/qt5-freeze/qttools-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/examples/qt5-freeze/qttools-1.patch')
-rw-r--r--plugins/examples/qt5-freeze/qttools-1.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/examples/qt5-freeze/qttools-1.patch b/plugins/examples/qt5-freeze/qttools-1.patch
new file mode 100644
index 0000000..3b797c1
--- /dev/null
+++ b/plugins/examples/qt5-freeze/qttools-1.patch
@@ -0,0 +1,24 @@
+# This file is part of MXE. See LICENSE.md for licensing information.
+
+From 3dc7b77a86b4d399836472484a5b3448a27f1a1e Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Wed, 21 May 2014 11:31:45 +0200
+Subject: [PATCH] disable windeployqt (MXE specific)
+
+
+diff --git a/src/src.pro b/src/src.pro
+index 722b32e..66ce5bf 100644
+--- a/src/src.pro
++++ b/src/src.pro
+@@ -27,7 +27,7 @@ android {
+
+ qtHaveModule(dbus): SUBDIRS += qdbus
+
+-win32|winrt:SUBDIRS += windeployqt
++#win32|winrt:SUBDIRS += windeployqt
+ winrt:SUBDIRS += winrtrunner
+ qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag
+
+--
+2.1.2
+