forgotten the patch

epel9
frankb 15 years ago
parent 74dddcb3bc
commit 3aeed683b3

@ -1,2 +1,3 @@
qwt-5.2.0.tar.bz2 qwt-5.2.0.tar.bz2
qwt-5.2.1.tar.bz2 qwt-5.2.1.tar.bz2
qwt-path.patch

@ -1,6 +1,6 @@
diff -Nur qwt-5.2.0.org/designer/designer.pro qwt-5.2.0/designer/designer.pro diff -Nur qwt-5.2.1.org/designer/designer.pro qwt-5.2.1/designer/designer.pro
--- qwt-5.1.2.org/designer/designer.pro 2010-02-05 14:55:47.000000000 +0100 --- qwt-5.2.1.org/designer/designer.pro 2010-04-16 21:32:52.000000000 +0200
+++ qwt-5.1.2/designer/designer.pro 2010-02-05 14:59:04.000000000 +0100 +++ qwt-5.2.1/designer/designer.pro 2010-04-16 21:34:32.000000000 +0200
@@ -126,7 +126,7 @@ @@ -126,7 +126,7 @@
RESOURCES += \ RESOURCES += \
qwt_designer_plugin.qrc qwt_designer_plugin.qrc
@ -10,31 +10,31 @@ diff -Nur qwt-5.2.0.org/designer/designer.pro qwt-5.2.0/designer/designer.pro
INSTALLS += target INSTALLS += target
} }
} }
diff -Nur qwt-5.2.0.org/qwtconfig.pri qwt-5.2.0/qwtconfig.pri diff -Nur qwt-5.2.1.org/qwtconfig.pri qwt-5.2.1/qwtconfig.pri
--- qwt-5.1.2.org/qwtconfig.pri 2010-02-05 14:55:47.000000000 +0100 --- qwt-5.2.1.org/qwtconfig.pri 2010-04-16 21:32:52.000000000 +0200
+++ qwt-5.1.2/qwtconfig.pri 2010-02-05 14:57:38.000000000 +0100 +++ qwt-5.2.1/qwtconfig.pri 2010-04-16 21:35:49.000000000 +0200
@@ -7,17 +7,10 @@ @@ -7,17 +7,9 @@
VER_PAT = 0 VER_PAT = 1
VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
-unix { -unix {
- INSTALLBASE = /usr/local/qwt-5.2.0 - INSTALLBASE = /usr/local/qwt-5.2.1
-} -}
- -
-win32 { -win32 {
- INSTALLBASE = C:/Qwt-5.2.0 - INSTALLBASE = C:/Qwt-5.2.1
-} -}
-
-target.path = $$INSTALLBASE/lib -target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include -headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc -doc.path = $$INSTALLBASE/doc
+target.path = LIBPATH ++target.path = LIBPATH
+headers.path = HEADERPATH ++headers.path = HEADERPATH
+doc.path = DOCKPATH ++doc.path = DOCKPATH
###################################################################### ######################################################################
# qmake internal options # qmake internal options
@@ -97,7 +90,7 @@ @@ -98,7 +90,7 @@
# QwtSVGItem. # QwtSVGItem.
###################################################################### ######################################################################
@ -42,4 +42,4 @@ diff -Nur qwt-5.2.0.org/qwtconfig.pri qwt-5.2.0/qwtconfig.pri
+CONFIG += QwtSVGItem +CONFIG += QwtSVGItem
###################################################################### ######################################################################
# If you have a commercial license you can use the MathML renderer # You can use the MathML renderer of the Qt solutions package to

@ -1,2 +1,3 @@
c60b4cfac271a41524402b3ae5197890 qwt-5.2.0.tar.bz2 c60b4cfac271a41524402b3ae5197890 qwt-5.2.0.tar.bz2
4a595b8db0ec3856b117836c1d60cb27 qwt-5.2.1.tar.bz2 4a595b8db0ec3856b117836c1d60cb27 qwt-5.2.1.tar.bz2
c7976477d672aa2aec6dd029e07f144a qwt-path.patch

Loading…
Cancel
Save