diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:03 +0000 |
commit | b36e665e56175a7588102bec06e2ac62ffff3b5e (patch) | |
tree | d8c04c2dd9d515238e6ff20e97948fc22f7f82be /x11-toolkits/qwt6/files/patch-qwtconfig.pri | |
parent | - Update to 1.16.2 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_2_0'.release/8.2.0
Notes
Notes:
svn path=/head/; revision=268906
svn path=/tags/RELEASE_8_2_0/; revision=268908; tag=release/8.2.0
Diffstat (limited to 'x11-toolkits/qwt6/files/patch-qwtconfig.pri')
-rw-r--r-- | x11-toolkits/qwt6/files/patch-qwtconfig.pri | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-toolkits/qwt6/files/patch-qwtconfig.pri b/x11-toolkits/qwt6/files/patch-qwtconfig.pri deleted file mode 100644 index c88ac04ba21e..000000000000 --- a/x11-toolkits/qwt6/files/patch-qwtconfig.pri +++ /dev/null @@ -1,39 +0,0 @@ ---- ./qwtconfig.pri.orig 2009-03-22 18:41:05.000000000 +0300 -+++ ./qwtconfig.pri 2009-03-25 23:02:54.000000000 +0300 -@@ -8,7 +8,7 @@ - VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} - - unix { -- INSTALLBASE = /usr/local/qwt-5.2.1 -+ INSTALLBASE = $$PREFIX - } - - win32 { -@@ -16,8 +16,7 @@ - } - - target.path = $$INSTALLBASE/lib --headers.path = $$INSTALLBASE/include --doc.path = $$INSTALLBASE/doc -+headers.path = $$INSTALLBASE/include/qwt - - ###################################################################### - # qmake internal options -@@ -97,7 +96,7 @@ - # QwtSVGItem. - ###################################################################### - --#CONFIG += QwtSVGItem -+CONFIG += QwtSVGItem - - ###################################################################### - # If you have a commercial license you can use the MathML renderer -@@ -114,7 +113,7 @@ - # Otherwise you have to build it from the designer directory. - ###################################################################### - --CONFIG += QwtDesigner -+#CONFIG += QwtDesigner - - ###################################################################### - # If you want to auto build the examples, enable the line below |