forked from PyQwt/PyQwt5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyqwt-5.1.patch
33 lines (25 loc) · 1.07 KB
/
pyqwt-5.1.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- qwt-5.1/qwtconfig.pri.pyqwt Sat Mar 28 16:35:07 2009
+++ qwt-5.1/qwtconfig.pri Sat Mar 28 16:35:11 2009
@@ -75,7 +75,7 @@
# it will be a static library.
######################################################################
-CONFIG += QwtDll
+# CONFIG += QwtDll
######################################################################
# QwtPlot enables all classes, that are needed to use the QwtPlot
@@ -97,7 +97,7 @@
# QwtSVGItem.
######################################################################
-#CONFIG += QwtSVGItem
+CONFIG += QwtSVGItem
######################################################################
# If you have a commercial license you can use the MathML renderer
--- qwt-5.1/src/qwt_global.h.pyqwt Sat Mar 28 16:35:06 2009
+++ qwt-5.1/src/qwt_global.h Sun Mar 29 20:07:51 2009
@@ -19,8 +19,8 @@
// QWT_VERSION is (major << 16) + (minor << 8) + patch.
-#define QWT_VERSION 0x050102
-#define QWT_VERSION_STR "5.1.2"
+#define QWT_VERSION 0x050103
+#define QWT_VERSION_STR "5.1.3"
#if defined(Q_WS_WIN)