blob: 49bb4c46e3169e9827cb16504d1ef93d93c2f3ae (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
--- qtiplot-0.7.4.pro.orig 2005-12-17 15:13:35.000000000 +0000
+++ qtiplot-0.7.4.pro 2005-12-17 15:19:25.000000000 +0000
@@ -4,27 +4,25 @@
MOC_DIR = ../tmp/qtiplot
OBJECTS_DIR = ../tmp/qtiplot
DESTDIR = ../
-DEFINES += QT_PLUGIN
-win32:DEFINES += QT_DLL QWT_DLL QT_THREAD_SUPPORT GSL_DLL QWTPLOT3D_DLL
+DEFINES += QT_PLUGIN
+win32:DEFINES += QT_DLL QWT_DLL QT_THREAD_SUPPORT GSL_DLL QWTPLOT3D_DLL
TRANSLATIONS = translations/qtiplot_de.ts \
- translations/qtiplot_es.ts \
- translations/qtiplot_fr.ts \
- translations/qtiplot_ja.ts \
- translations/qtiplot_pt.ts
-
-win32:INCLUDEPATH += C:/Qt/WinGsl
+ translations/qtiplot_es.ts \
+ translations/qtiplot_fr.ts \
+ translations/qtiplot_ja.ts \
+ translations/qtiplot_pt.ts
-INCLUDEPATH += ../3rdparty/qwt/include
-INCLUDEPATH += ../3rdparty/qwtplot3d/include
+win32:INCLUDEPATH += C:/Qt/WinGsl
+
+INCLUDEPATH += /usr/include/qwt
+INCLUDEPATH += /usr/include/qwtplot3d
win32:LIBS += ../3rdparty/qwt/lib/qwt.lib
win32:LIBS += ../3rdparty/qwtplot3d/lib/qwtplot3d.lib
win32:LIBS += C:/Qt/WinGsl/Lib/WinGsl.lib
-unix:LIBS += -L../3rdparty/qwt/lib -lqwt
-unix:LIBS += -L../3rdparty/qwtplot3d/lib -lqwtplot3d
-unix:LIBS += -L /usr/lib -lgsl -lgslcblas
+unix:LIBS += -L_LIBDIR_ -lgsl -lgslcblas -lqwt -lqwtplot3d
unix:target.path=/usr/bin
unix:INSTALLS += target
@@ -32,7 +30,7 @@
unix:documentation.path = /usr/share/doc/qtiplot
unix:documentation.files = doc/*
unix:INSTALLS += documentation
-
+
win32:RC_FILE = src/iPlot.rc
HEADERS = src/application.h \
src/graph.h \
@@ -75,26 +73,26 @@
src/bars.h \
src/cones.h \
src/configDialog.h \
- src/BarCurve.h \
+ src/BarCurve.h \
src/Histogram.h \
src/VectXYXYCurve.h \
src/scaleDraws.h \
src/imageExportDialog.h \
- src/matrix.h \
- src/matrixDialog.h \
- src/matrixSizeDialog.h \
+ src/matrix.h \
+ src/matrixDialog.h \
+ src/matrixSizeDialog.h \
src/matrixValuesDialog.h \
- src/analysisDialog.h \
- src/parser.h \
- src/colorBox.h \
- src/patternBox.h \
- src/importOPJ.h\
- src/symbolDialog.h \
- src/plot.h \
- src/colorButton.h \
- src/associationsDialog.h \
- src/renameWindowDialog.h \
- src/widget.h \
+ src/analysisDialog.h \
+ src/parser.h \
+ src/colorBox.h \
+ src/patternBox.h \
+ src/importOPJ.h\
+ src/symbolDialog.h \
+ src/plot.h \
+ src/colorButton.h \
+ src/associationsDialog.h \
+ src/renameWindowDialog.h \
+ src/widget.h \
src/interpolationDialog.h
SOURCES = src/application.cpp \
@@ -140,47 +138,47 @@
src/cones.cpp \
src/analysisDialog.cpp \
src/configDialog.cpp \
- src/BarCurve.cpp \
+ src/BarCurve.cpp \
src/Histogram.cpp \
src/VectXYXYCurve.cpp \
src/imageExportDialog.cpp \
- src/matrix.cpp \
- src/matrixDialog.cpp \
- src/matrixSizeDialog.cpp \
- src/matrixValuesDialog.cpp \
- src/parser.cpp\
- src/colorBox.cpp \
- src/patternBox.cpp \
+ src/matrix.cpp \
+ src/matrixDialog.cpp \
+ src/matrixSizeDialog.cpp \
+ src/matrixValuesDialog.cpp \
+ src/parser.cpp\
+ src/colorBox.cpp \
+ src/patternBox.cpp \
src/importOPJ.cpp\
- src/main.cpp \
- src/symbolDialog.cpp \
- src/plot.cpp \
- src/colorButton.cpp \
- src/associationsDialog.cpp \
- src/renameWindowDialog.cpp \
- src/widget.cpp\
- src/interpolationDialog.cpp
-
-#parser (muParser)
-HEADERS+=../3rdparty/muParser/muParser.h \
- ../3rdparty/muParser/muParserBase.h \
- ../3rdparty/muParser/muParserInt.h \
- ../3rdparty/muParser/muParserError.h \
- ../3rdparty/muParser/muParserStack.h \
- ../3rdparty/muParser/muParserToken.h \
- ../3rdparty/muParser/muParserBytecode.h \
- ../3rdparty/muParser/muParserCallback.h \
- ../3rdparty/muParser/muParserTokenReader.h \
- ../3rdparty/muParser/muParserFixes.h \
- ../3rdparty/muParser/muParserDef.h
-SOURCES+=../3rdparty/muParser/muParser.cpp \
- ../3rdparty/muParser/muParserBase.cpp \
- ../3rdparty/muParser/muParserInt.cpp \
- ../3rdparty/muParser/muParserBytecode.cpp \
- ../3rdparty/muParser/muParserCallback.cpp \
- ../3rdparty/muParser/muParserTokenReader.cpp \
- ../3rdparty/muParser/muParserError.cpp
-
-#Origin Import (liborigin)
-HEADERS+=../3rdparty/liborigin/OPJFile.h
+ src/main.cpp \
+ src/symbolDialog.cpp \
+ src/plot.cpp \
+ src/colorButton.cpp \
+ src/associationsDialog.cpp \
+ src/renameWindowDialog.cpp \
+ src/widget.cpp\
+ src/interpolationDialog.cpp
+
+#parser (muParser)
+HEADERS+=../3rdparty/muParser/muParser.h \
+ ../3rdparty/muParser/muParserBase.h \
+ ../3rdparty/muParser/muParserInt.h \
+ ../3rdparty/muParser/muParserError.h \
+ ../3rdparty/muParser/muParserStack.h \
+ ../3rdparty/muParser/muParserToken.h \
+ ../3rdparty/muParser/muParserBytecode.h \
+ ../3rdparty/muParser/muParserCallback.h \
+ ../3rdparty/muParser/muParserTokenReader.h \
+ ../3rdparty/muParser/muParserFixes.h \
+ ../3rdparty/muParser/muParserDef.h
+SOURCES+=../3rdparty/muParser/muParser.cpp \
+ ../3rdparty/muParser/muParserBase.cpp \
+ ../3rdparty/muParser/muParserInt.cpp \
+ ../3rdparty/muParser/muParserBytecode.cpp \
+ ../3rdparty/muParser/muParserCallback.cpp \
+ ../3rdparty/muParser/muParserTokenReader.cpp \
+ ../3rdparty/muParser/muParserError.cpp
+
+#Origin Import (liborigin)
+HEADERS+=../3rdparty/liborigin/OPJFile.h
SOURCES+=../3rdparty/liborigin/OPJFile.cpp
|