summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
Commit message (Collapse)AuthorAgeFilesLines
...
* Compile fix, and remove warningsJørgen Lind2011-06-101-0/+1
|
* Fix versionheader name for QtPlatformSupportJørgen Lind2011-06-101-1/+1
|
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-101-0/+23
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