summaryrefslogtreecommitdiff
path: root/staging/qtiplot/qtiplot-0.9.8.6-tamuanova.patch
blob: 1644266d1f2414dc046aeb6311745dcce8f22010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/qtiplot/qtiplot.pro b/qtiplot/qtiplot.pro
index 95a5f0c..72e99ab 100755
--- a/qtiplot/qtiplot.pro
+++ b/qtiplot/qtiplot.pro
@@ -205,18 +205,14 @@ contains(SCRIPTING_LANGS, Python) {
 !isEmpty(TAMUANOVA_LIBS) {
 	DEFINES += HAVE_TAMUANOVA
 	INCLUDEPATH += $$TAMUANOVA_INCLUDEPATH
-	#LIBS        += $$TAMUANOVA_LIBS
-
-	HEADERS += $$TAMUANOVA_INCLUDEPATH/tamu_anova.h
-	SOURCES += $$TAMUANOVA_INCLUDEPATH/anova_1.c
-	SOURCES += $$TAMUANOVA_INCLUDEPATH/anova_2.c
+	LIBS        += $$TAMUANOVA_LIBS
 }
 
 ###############################################################
 
 # 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 ##########