summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/printersupport
Commit message (Collapse)AuthorAgeFilesLines
* Move printing into it's own libraryLars Knoll2011-08-193-2/+4
| | | | | | | | | | | | Create a libQtPrintSupport library that contains our current printing infrastructure. Long term this will get replaced with a libQtPrint, as the current architecture is not really maintainable. Change-Id: I7362fff6786b58c5b4e9213c23eda36d15048aa2 Reviewed-on: http://codereview.qt.nokia.com/3209 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
* Remove Windows code from platform lib.Friedemann Kleint2011-06-224-186/+0
| | | | Rubber-stamped-by: Jørgen <jorgen.lind@nokia.com>
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-107-0/+321
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