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

Posted on Thu 16 January 2014 in Fedora, Programming, Qt • Tagged with Fedora, mesa, 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 …

Continue reading