diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2012-09-11 22:42:39 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-11 23:53:42 -0500 |
commit | 4be8b0406fe27b22b7fd2725009bf6bcb495f65a (patch) | |
tree | 1b68630c229d88d856cda718b72a78b30efbe50c /academic/QtiPlot/importOPJ.patch | |
parent | 5786bc0b80daa23e195f5f56d54632f083d98563 (diff) |
academic/QtiPlot: Build fixes and enhancements
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/QtiPlot/importOPJ.patch')
-rw-r--r-- | academic/QtiPlot/importOPJ.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/academic/QtiPlot/importOPJ.patch b/academic/QtiPlot/importOPJ.patch new file mode 100644 index 0000000000000..12a0d2073bd9e --- /dev/null +++ b/academic/QtiPlot/importOPJ.patch @@ -0,0 +1,18 @@ +diff -pruN qtiplot-0.9.8.9.orig/qtiplot/qtiplot.pro qtiplot-0.9.8.9/qtiplot/qtiplot.pro +--- qtiplot-0.9.8.9.orig/qtiplot/qtiplot.pro 2011-11-02 18:55:25.000000000 +0200 ++++ qtiplot-0.9.8.9/qtiplot/qtiplot.pro 2012-08-03 01:27:29.649544418 +0300 +@@ -232,3 +232,14 @@ contains(CONFIG, BrowserPlugin){ + RC_FILE = qtiplot.rc + include(../3rdparty/QtSolutions/qtbrowserplugin/src/qtbrowserplugin.pri) + } ++ ++############################################################### ++##################### OriginPlugin ############################ ++############################################################### ++ ++TARGET = qtiplot ++DESTDIR = ++LIBS += ../tmp/qtiplot/libFreeSoftwareQtiPlotImportOPJ.a ++ ++ ++include(src/plugins/OriginPlugin/OriginPlugin.pri) |