summaryrefslogtreecommitdiffstats
path: root/patches/qwt-6.1.3/0003-disable-svg-by-default.patch
blob: ebb4d584a48f7a6d914c9b8daf8b3ec87a02c31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Wed, 3 Aug 2011 15:08:05 +0200
Subject: [PATCH] disable svg by default

it can be enabled with QWT_CONFIG+=QwtSvg as qmake option.

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

diff --git a/qwtconfig.pri b/qwtconfig.pri
index d2f902cb70c5..e6198186240d 100644
--- a/qwtconfig.pri
+++ b/qwtconfig.pri
@@ -93,7 +93,7 @@ QWT_CONFIG     += QwtWidgets
 # export a plot to a SVG document
 ######################################################################
 
-QWT_CONFIG     += QwtSvg
+# QWT_CONFIG     += QwtSvg
 
 ######################################################################
 # If you want to use a OpenGL plot canvas