summaryrefslogtreecommitdiffstats
path: root/patches/qwt-6.0.1/0002-disable-designer-plugins.patch
blob: a919b9473e1b37ee67b77711126fe17a60c18307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Wed, 3 Aug 2011 16:09:42 +0200
Subject: [PATCH] disable designer plugins

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 qwtconfig.pri |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qwtconfig.pri b/qwtconfig.pri
index 86265e1..54f8059 100644
--- a/qwtconfig.pri
+++ b/qwtconfig.pri
@@ -98,7 +98,7 @@ QWT_CONFIG     += QwtMathML
 # Otherwise you have to build it from the designer directory.
 ######################################################################
 
-QWT_CONFIG     += QwtDesigner
+# QWT_CONFIG     += QwtDesigner
 
 ######################################################################
 # If you want to auto build the examples, enable the line below