qwzm: Build fix

master
per 2013-01-12 20:18:19 +01:00
parent aa40e70b44
commit a37a9ea5a2
2 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,9 @@ OBJECTS_DIR = built
# "config" and override the two variables below (with "=").
QGLVIEWER_INCL = /usr/include/QGLViewer
QGLVIEWER_LIBS = -lQGLViewer
include("config")
#include("config")
INCLUDEPATH += $$QGLVIEWER_INCL
LIBS += -l3ds \
LIBS += -l3ds -lGLU -lpng \
-lm \
$$QGLVIEWER_LIBS
QT += opengl \

View File

@ -16,6 +16,7 @@
<http://www.gnu.org/licenses/>.
*/
#include <GL/glu.h>
#include "wzmglwidget.h"
#define gl_errors() really_report_gl_errors(__FILE__, __LINE__)