Skip to content

Commit

Permalink
package qwt-qt4: rename to qwt_qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheodore committed Aug 4, 2013
1 parent 3741d2b commit ccd19e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ <h2 id="packages">List of Packages</h2>
<td class="website"><a href="http://qwt.sourceforge.net/">Qwt</a></td>
</tr>
<tr>
<td class="package">qwt-qt4</td>
<td class="package">qwt_qt4</td>
<td class="website"><a href="http://qwt.sourceforge.net/">Qwt-qt4</a></td>
</tr>
<tr>
Expand Down
32 changes: 16 additions & 16 deletions src/qwt-qt4-1-fixes.patch → src/qwt_qt4-1-fixes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ 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
}

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
# it will be a static library.
######################################################################

-QWT_CONFIG += QwtDll
+#QWT_CONFIG += QwtDll

######################################################################
# QwtPlot enables all classes, that are needed to use the QwtPlot
2 changes: 1 addition & 1 deletion src/qwt-qt4.mk → src/qwt_qt4.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of MXE.
# See index.html for further information.

PKG := qwt-qt4
PKG := qwt_qt4
$(PKG)_VERSION = $(qwt_VERSION)
$(PKG)_CHECKSUM = $(qwt_CHECKSUM)
$(PKG)_SUBDIR = $(qwt_SUBDIR)
Expand Down

0 comments on commit ccd19e6

Please sign in to comment.