Qt Creator problem on Fedora 20: couldn't find IGL

Posted on Thu 16 January 2014 in Fedora, Programming, Qt

To fix the "couldn't find IGL" error you probably get after installing Qt 5.2 package on Fedora 20 and you try to compile the first project, you should install the missing mesa package by running the following install command as root or using sudo:

sudo yum install mesa-libGL-devel -y

This should fix it.