summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/dnd
Commit message (Collapse)AuthorAgeFilesLines
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-103-0/+281
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