view src/qttools-1.patch @ 4910:030e6ff3eac5

* src/qttools-1.patch: disable clang detection for qdoc
author John Donoghue
date Wed, 19 Dec 2018 10:39:43 -0500
parents 4cea16af20b4
children ddd66d48a646
line wrap: on
line source

# 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

diff -ur qttools-everywhere-src-5.12.0.orig/qttools.pro qttools-everywhere-src-5.12.0/qttools.pro
--- qttools-everywhere-src-5.12.0.orig/qttools.pro	2018-12-18 15:49:35.257716175 -0500
+++ qttools-everywhere-src-5.12.0/qttools.pro	2018-12-18 15:56:24.812146947 -0500
@@ -1,2 +1 @@
-load(qt_find_clang)
 load(qt_parts)