diff --git a/src/gui/3dviewer.cpp b/src/gui/3dviewer.cpp
index 7a016bb..00e14e6 100644
|
|
|
27 | 27 | #include "../gle/gle-block.h" |
28 | 28 | #include "../gle/surface/gsurface.h" |
29 | 29 | |
30 | | #ifdef HAVE_LIBGLU_H |
31 | | #include <GL/glu.h> |
32 | | #endif |
33 | | |
| 30 | #include <glu.h> |
34 | 31 | #include <math.h> |
35 | 32 | |
36 | 33 | QGLE3DWidget::QGLE3DWidget(QWidget *parent, GLEInterface* iface) |
diff --git a/src/gui/qgle.pro.in b/src/gui/qgle.pro.in
index cd33a61..46d350b 100644
|
|
macx { |
129 | 129 | ICON += images/gle.icns |
130 | 130 | SOURCES += macspecific.cpp |
131 | 131 | LIBS += -framework Carbon |
| 132 | LIBS += -framework OpenGL |
132 | 133 | } |
133 | 134 | |
134 | 135 | DISTFILES += readme.txt \ |
… |
… |
DESTDIR = ../../build/bin |
177 | 178 | |
178 | 179 | # add the "lib" directory to the search path of the linker |
179 | 180 | unix { |
180 | | LIBS += @QT_RPATH@ @QT_LIBGLU_LIB@ |
| 181 | LIBS += @QT_RPATH@ |
181 | 182 | } |
182 | 183 | |
183 | 184 | QMAKE_CXXFLAGS += @QT_CPPFLAGS@ |