Thread: Open GL ES 2
View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Hi,

have you added the lib to your *.pro file? You can do it like:

Code:
CONFIG      += link_pkgconfig
PKGCONFIG   += <libname>
Daniel