Dear Developers,
I have tried to compile "qwt-6.1.4" code using qmake as shown below
sudo /opt/Qt5_7_1/qt571-bbbhf/bin/qmake qwt.pro
sudo /opt/Qt5_7_1/qt571-bbbhf/bin/qmake qwt.pro
To copy to clipboard, switch view to plain text mode
and then gave
sudo make
sudo make
To copy to clipboard, switch view to plain text mode
command.
After giving make command I got following error:
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
Project ERROR: Unknown module(s) in QT: opengl
Makefile:45: recipe for target 'sub-src-make_first-ordered' failed
make: *** [sub-src-make_first-ordered] Error 3
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
Project ERROR: Unknown module(s) in QT: opengl
Makefile:45: recipe for target 'sub-src-make_first-ordered' failed
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
Bookmarks