Lines 10-17
Link Here
|
10 |
-INCLUDEPATH += ../3rdparty/liborigin |
10 |
-INCLUDEPATH += ../3rdparty/liborigin |
11 |
-INCLUDEPATH += ../3rdparty/gsl/include |
11 |
-INCLUDEPATH += ../3rdparty/gsl/include |
12 |
-INCLUDEPATH += ../3rdparty/zlib123/include |
12 |
-INCLUDEPATH += ../3rdparty/zlib123/include |
13 |
+unix:INCLUDEPATH += $$(LOCALBASE)/include/qwt |
13 |
+unix:INCLUDEPATH += $$LOCALBASE/include/qwt |
14 |
+unix:INCLUDEPATH += $$(LOCALBASE)/include/qwtplot3d-qt4 |
14 |
+unix:INCLUDEPATH += $$LOCALBASE/include/qwtplot3d-qt4 |
15 |
|
15 |
|
16 |
##################### 3rd PARTY LIBRARIES SECTION ########################### |
16 |
##################### 3rd PARTY LIBRARIES SECTION ########################### |
17 |
#!!! Warning: You must modify these paths according to your computer settings |
17 |
#!!! Warning: You must modify these paths according to your computer settings |
Lines 32-52
Link Here
|
32 |
-#unix:LIBS += -lgsl -lgslcblas |
32 |
-#unix:LIBS += -lgsl -lgslcblas |
33 |
+unix:LIBS += -lqwt |
33 |
+unix:LIBS += -lqwt |
34 |
+unix:LIBS += -lgsl -lgslcblas |
34 |
+unix:LIBS += -lgsl -lgslcblas |
35 |
+unix:LIBS += -L$$(LOCALBASE)/lib -lqwtplot3d-qt4 -lz |
35 |
+unix:LIBS += -L$$LOCALBASE/lib -lqwtplot3d-qt4 -lz |
36 |
|
36 |
|
37 |
##################### Windows ############################################### |
37 |
##################### Windows ############################################### |
38 |
|
38 |
|
39 |
@@ -124,8 +116,8 @@ |
|
|
40 |
translations/qtiplot_ja.ts \ |
41 |
translations/qtiplot_sv.ts |
42 |
|
43 |
-system(lupdate -verbose qtiplot.pro) |
44 |
-system(lrelease -verbose qtiplot.pro) |
45 |
+#system(lupdate -verbose qtiplot.pro) |
46 |
+#system(lrelease -verbose qtiplot.pro) |
47 |
|
48 |
translations.files += translations/qtiplot_de.qm \ |
49 |
translations/qtiplot_es.qm \ |
50 |
@@ -435,6 +427,7 @@ |
39 |
@@ -435,6 +427,7 @@ |
51 |
##################### Default: muParser v1.28 ################# |
40 |
##################### Default: muParser v1.28 ################# |
52 |
|
41 |
|