QtPlatformSupport: A helper library for platform plugins
authorJørgen Lind <jorgen.lind@nokia.com>
Thu, 9 Jun 2011 13:56:55 +0000 (15:56 +0200)
committerJørgen Lind <jorgen.lind@nokia.com>
Fri, 10 Jun 2011 07:46:56 +0000 (09:46 +0200)
commiteded1f801e8bdb44ce4619149e08935f9adacdc7
treefd5777915fa69f58a2860092531807d25d5b382b
parentc58db2cd03d999d98bea3e961601668536ebc284
QtPlatformSupport: A helper library for platform plugins

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
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp
src/plugins/platforms/wayland/qwaylandintegration.cpp
src/plugins/platforms/wayland/wayland.pro