I am trying to build the lQGLViewer in order to compile CGAL demos. I am following primarily the steps here and
I have installed qt 5.6.0. as well as the dependencies freeglut3 freeglut3-dev binutils-gold g++ libglew-dev mesa-common-dev build-essential libeigen3-dev libboost-all-dev libmpfr-dev libgmp-dev libtbb-dev zlib1g-dev
However, when I try to build the lQGLViewer with QT Creator [3.6.1] I receive the error:
cannot find -lQGLViwer-qt5
The same error is with both versions 2.6.4 and 2.7.1 of lQGLViewer
The entire output is available here
I am using Ubuntu 16.04.3 LTS
Is this due to the QT version I have installed?