diff options
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openscad.pro b/openscad.pro index 048fbb5..97f20e6 100644 --- a/openscad.pro +++ b/openscad.pro @@ -85,9 +85,8 @@ QT += opengl # and https://github.com/openscad/openscad/pull/119 # ( QT += opengl does not automatically link glu on some DSO systems. ) unix:!macx { - !contains ( QMAKE_LIBS_OPENGL, "-lGLU" ) { - QMAKE_LIBS_OPENGL += -lGLU - } + QMAKE_LIBS_OPENGL *= -lGLU + QMAKE_LIBS_OPENGL *= -lX11 } netbsd* { |