I want to open tga images in my application but apparently, it's not possible by default in Qt and a tierce party plugin must be used.
But I found in Qt files on Mac OS, in plugins/imageformats, the file libqtga.dylib. So I wondered if I can link this file in my project to read tga, and how (I didn't find any include files so I don't think it's possible) ?

Thanks