summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/glxconvenience/glxconvenience.pri
Commit message (Collapse)AuthorAgeFilesLines
* Link to X and Xrender libs in glxconvenienceJørgen Lind2011-12-231-0/+1
| | | | | Change-Id: I54b2704be678f2c3b9ab8d24d044977c9c01e98e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-101-0/+6
QtPlatformSupport is a static library. Platform plugins are meant to link against this library to pull in dependencies such as fontengines and convenience functions for finding the right GL configs. The linker will only pull in the symbols used, so the size of the library doesn't really matter