updated on Sun Jan 8 20:02:33 UTC 2012
[aur-mirror.git] / gle-graphics / qt.patch
blobcc220f8efebc6da99bf89f815d871c38fa9a2a77
1 diff -aru gle-graphics-4.2.4/src/gui/3dviewer.cpp gle-graphics-4.2.4-pathed/src/gui/3dviewer.cpp
2 --- gle-graphics-4.2.4/src/gui/3dviewer.cpp 2011-12-30 07:49:53.000000000 +0000
3 +++ gle-graphics-4.2.4-pathed/src/gui/3dviewer.cpp 2012-01-08 16:43:16.608729657 +0000
4 @@ -21,6 +21,7 @@
6 #include <QtGui>
7 #include <QtOpenGL>
8 +#include <GL/glu.h>
9 #include "3dviewer.h"
10 #include "../gle/cutils.h"
11 #include "../gle/gle-block.h"
12 diff -aru gle-graphics-4.2.4/src/gui/qgle.pro.in gle-graphics-4.2.4-pathed/src/gui/qgle.pro.in
13 --- gle-graphics-4.2.4/src/gui/qgle.pro.in 2011-10-26 21:10:54.000000000 +0000
14 +++ gle-graphics-4.2.4-pathed/src/gui/qgle.pro.in 2012-01-08 16:49:07.978303939 +0000
15 @@ -161,7 +161,7 @@
16 images/reload.png \
17 images/reload_red.png
19 -LIBS += $$QMAKE_LIBS_DYNLOAD
20 +LIBS += $$QMAKE_LIBS_DYNLOAD -lGLU
22 # link against the GLE library (unix -> Linux and Mac OS/X)
23 unix {