diff options
Diffstat (limited to 'src/qttools-1.patch')
-rw-r--r-- | src/qttools-1.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/qttools-1.patch b/src/qttools-1.patch new file mode 100644 index 0000000..8e4dc9f --- /dev/null +++ b/src/qttools-1.patch @@ -0,0 +1,25 @@ +# This file is part of MXE. +# See index.html for further information. + +From 5598f4297656326fd8a50fad2323fd5fe7e48653 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 a07a3bb..bfbf722 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 qtd3dservice + + qtNomakeTools( \ +-- +1.8.4.5 + |