summaryrefslogtreecommitdiffstats
path: root/src/modules/qt_platformsupport.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fix platformsupport as installable moduleJørgen Lind2011-08-111-0/+1
| | | | | | | Change-Id: I17c4723c551c1cee9c442e8d6c1289bccf505d3d Reviewed-on: http://codereview.qt.nokia.com/2868 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andy Nichols
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-101-0/+14
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