Skip to content

Commit 284bb41

Browse files
Fix build by adding GLU imports
1 parent 95bb67a commit 284bb41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

StructureView.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "StructureView.h"
22
#include <math.h>
3+
#include <GL/glu.h>
34

45
StructureView::StructureView(QWidget *parent) :
56
QGLWidget(parent)

nec2ed.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ PRECOMPILED_HEADER = StructureView.h \
5858

5959
RESOURCES += \
6060
Resources.qrc
61+
62+
LIBS += -lGLU

0 commit comments

Comments
 (0)