summaryrefslogtreecommitdiff
path: root/src/src.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we find the xcb feature from QtGuiLars Knoll2016-09-141-0/+1
| | | | | | | | Required to be able to continue to compile this module with the modularized configure Change-Id: Idd5984576ba770cccd2312e91dbd2ff2bcc55fab Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Adjust to qtConfig() changes in qtbasev5.8.0-alpha1Lars Knoll2016-08-191-1/+1
| | | | | Change-Id: I15ab6f816ba30f16cac7f2e3d6ab0ebd549a3ade Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* This library requires xcb, skip it on platforms where it's not availableDavid Faure2012-12-181-1/+3
| | | | | Change-Id: I5881b1d84b7e7ed0d5b2288d755abb1cb948052e Reviewed-by: Richard J. Moore <rich@kde.org>
* Rename "support" to "extras" everywhere, to match the new module nameDavid Faure2012-12-181-1/+1
| | | | | Change-Id: Ic089aa287b38b756bb9f0bc252c4120859afcefa Reviewed-by: Richard J. Moore <rich@kde.org>
* Initial creation of the qtx11support library.David Faure2012-12-051-0/+2
This implements QX11Info again, for source compat with Qt4, on top of the XCB QPA backend. The API and the documentation are forward-ported from Qt4 (minus things that cannot be implemented anymore). The implementation, however, is new (by Richard Moore, in this initial commit). Change-Id: Iff9fd16fa6aaaa54f6d3cc0843b6b6fd08d5b1fb Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>