Run Qt application, error info: cannot find -IGL

Solution: Install libGL library

sudo apt-get install libgl1-mesa-dev

Fixed.