You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-visualization/qtiplot/files/qtiplot-0.9.8.2-syslibs.patch

16 lines
572 B

diff --git a/qtiplot/qtiplot.pro b/qtiplot/qtiplot.pro
index 657ad0b..3655d66 100755
--- a/qtiplot/qtiplot.pro
+++ b/qtiplot/qtiplot.pro
@@ -235,8 +235,8 @@ win32: contains(CONFIG, Excel) {
###############################################################
# At the very end: add global include- and lib path
-#unix:INCLUDEPATH += $$SYS_INCLUDEPATH
-#unix:LIBS += $$SYS_LIBS
+unix:INCLUDEPATH += $$SYS_INCLUDEPATH
+unix:LIBS += $$SYS_LIBS
###############################################################
############### Building QtiPlot as a browser plugin ##########