summaryrefslogtreecommitdiff
blob: b0419c2f390d36812e4d97caf55d1b063c9ad7de (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
=== modified file '3rdparty/qwtplot3d/qwtplot3d.pri'
--- 3rdparty/qwtplot3d/qwtplot3d.pri	2010-01-21 22:49:21 +0000
+++ 3rdparty/qwtplot3d/qwtplot3d.pri	2010-02-14 17:22:07 +0000
@@ -8,6 +8,8 @@
     3rdparty\gl2ps
 INCLUDEPATH += .
 
+LIBS+=-lgl2ps
+
 # Input
 HEADERS += include/qwt3d_extglwidget.h \
     include/qwt3d_color.h \
@@ -37,8 +39,7 @@
     include/qwt3d_volumeplot.h \
     include/qwt3d_graphplot.h \
     include/qwt3d_multiplot.h \
-    include/qwt3d_io_gl2ps.h \
-    3rdparty/gl2ps/gl2ps.h
+    include/qwt3d_io_gl2ps.h
 SOURCES += src/qwt3d_extglwidget.cpp \
     src/qwt3d_axis.cpp \
     src/qwt3d_color.cpp \
@@ -62,5 +63,4 @@
     src/qwt3d_function.cpp \
     src/qwt3d_gridplot.cpp \
     src/qwt3d_meshplot.cpp \
-    src/qwt3d_io_gl2ps.cpp \
-    3rdparty/gl2ps/gl2ps.c
+    src/qwt3d_io_gl2ps.cpp

=== modified file '3rdparty/qwtplot3d/src/qwt3d_io_gl2ps.cpp'
--- 3rdparty/qwtplot3d/src/qwt3d_io_gl2ps.cpp	2010-01-21 22:49:21 +0000
+++ 3rdparty/qwtplot3d/src/qwt3d_io_gl2ps.cpp	2010-02-14 17:12:09 +0000
@@ -6,7 +6,7 @@
 #include <locale.h>
 
 #include "qwt3d_openglhelper.h"
-#include "../3rdparty/gl2ps/gl2ps.h"
+#include "gl2ps.h"
 #include "qwt3d_io_gl2ps.h"
 #include "qwt3d_plot.h"
 

=== modified file '3rdparty/qwtplot3d/src/qwt3d_label.cpp'
--- 3rdparty/qwtplot3d/src/qwt3d_label.cpp	2010-01-21 22:49:21 +0000
+++ 3rdparty/qwtplot3d/src/qwt3d_label.cpp	2010-02-14 17:13:01 +0000
@@ -1,7 +1,7 @@
 #include <qbitmap.h>
 #include "qwt3d_label.h"
 #include "qwt3d_plot.h"
-#include "../3rdparty/gl2ps/gl2ps.h"
+#include "gl2ps.h"
 
 using namespace Qwt3D;