diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-04 10:45:12 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-08-04 10:45:12 (GMT) |
commit | 61ea51ac281723eb585ce0f3ad84dc23c27ae67c (patch) | |
tree | 652d5b7da1fd465cdf8182b82999f5e7e209e305 /src/qwt_qt4-1-fixes-crlf.patch | |
parent | ccd19e6199c90a817390ef591573f8d7311e2d8a (diff) | |
download | mxe-61ea51ac281723eb585ce0f3ad84dc23c27ae67c.zip mxe-61ea51ac281723eb585ce0f3ad84dc23c27ae67c.tar.gz mxe-61ea51ac281723eb585ce0f3ad84dc23c27ae67c.tar.bz2 |
package qwt_qt4: fix for crlf in patch
Diffstat (limited to 'src/qwt_qt4-1-fixes-crlf.patch')
-rw-r--r-- | src/qwt_qt4-1-fixes-crlf.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/qwt_qt4-1-fixes-crlf.patch b/src/qwt_qt4-1-fixes-crlf.patch new file mode 100644 index 0000000..80179ef --- /dev/null +++ b/src/qwt_qt4-1-fixes-crlf.patch @@ -0,0 +1,23 @@ +This file is part of MXE. +See index.html for further information. + +--- qwt-6.0.1/qwtconfig.pri 2011-08-01 16:34:05.000000000 +0200 ++++ qwt-6.0.1/qwtconfig.pri 2011-12-03 10:14:53.371757822 +0100 +@@ -23,7 +23,7 @@ + }
+
+ win32 {
+- QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
++# QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
+ }
+
+ QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
+@@ -70,7 +70,7 @@ + # it will be a static library.
+ ######################################################################
+
+-QWT_CONFIG += QwtDll
++#QWT_CONFIG += QwtDll
+
+ ######################################################################
+ # QwtPlot enables all classes, that are needed to use the QwtPlot
|