Quote Originally Posted by Hronom View Post
Hello, I'm finded this problem on lubuntu 13.04 with Qt 5.0.2 when trying to compile my project with widgets and QtWebKit.
Solve this problem by writing command in terminal:
Qt Code:
  1. sudo apt-get install libglu1-mesa-dev
To copy to clipboard, switch view to plain text mode 
Wonderful, thank you. it works for me.