Dear Developers,

I have tried to compile "qwt-6.1.4" code using qmake as shown below

Qt Code:
  1. sudo /opt/Qt5_7_1/qt571-bbbhf/bin/qmake qwt.pro
To copy to clipboard, switch view to plain text mode 


and then gave
Qt Code:
  1. sudo make
To copy to clipboard, switch view to plain text mode 
command.

After giving make command I got following error:

Qt Code:
  1. cd src/ && ( test -e Makefile || /opt/Qt5_7_1/qt571-bbbhf/bin/qmake /usr/local/qwt-6.1.4/src/src.pro -o Makefile ) && make -f Makefile
  2. Project ERROR: Unknown module(s) in QT: opengl
  3. Makefile:45: recipe for target 'sub-src-make_first-ordered' failed
  4. make: *** [sub-src-make_first-ordered] Error 3
To copy to clipboard, switch view to plain text mode 


I would be grateful to you if you please exaplain me how can I solve error given above. please inform me if you need any other information from me.


Thanks and regards

Saurabh Jain