Handle -lGLU in qmake for mac where unix is true.

This commit is contained in:
Mark Liversedge
2012-12-09 17:53:41 +00:00
parent 359b52eea9
commit 95efff9c0f

View File

@@ -51,7 +51,7 @@ LIBS += -lm $${LIBZ_LIBS}
isEmpty( QWT3D_LIBS ) { QWT3D_LIBS = $${QWT3D_INSTALL}/lib/libqwtplot3d.a }
INCLUDEPATH += $${QWT3D_INCLUDE}
LIBS += $${QWT3D_LIBS}
unix { LIBS += -lGLU }
unix:!macx { LIBS += -lGLU }
QT += opengl
DEFINES += GC_HAVE_QWTPLOT3D
HEADERS += ModelPlot.h ModelWindow.h