summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-07-03 14:41:31 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-07-07 23:05:17 +0000
commitfb78adf8df3cfb05e419ae248def1da6ad59c15a (patch)
treeac4bd33bcbf39ee2ffd3550be2b57ac82cca335b /src/plugins/platforms/xcb/gl_integrations
parent05fd45ac8d57513353e1d7160a67f515a5209eee (diff)
xcb: cleanup gl_integrations_plugin_base.pri
The original version (8758f532ae6209bcf9447e27edc4fd412c0f173d) of this file was full of things that are irrelevant for XCB GL plugins. Most of this has been cleaned out as side effect of porting to the new configure system. This patch cleans up the remaining pieces. It does not matter for XCB GL plugins if Qt was configured with -qt-xcb or -system-xcb as those are dependencies of xcb_qpa_lib-private and are not used directly by these plugins. The only XCB dependencies that are directly used by these plugins are libxcb-glx and libxcb, which are managed directly in xcb_glx.pro: qtConfig(xcb-glx): QMAKE_USE += xcb_glx Change-Id: I2175185902bb028de142c8ff6e0b0a3b76a09703 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb/gl_integrations')
-rw-r--r--src/plugins/platforms/xcb/gl_integrations/gl_integrations_plugin_base.pri7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/platforms/xcb/gl_integrations/gl_integrations_plugin_base.pri b/src/plugins/platforms/xcb/gl_integrations/gl_integrations_plugin_base.pri
index df471f1105..98e48b706f 100644
--- a/src/plugins/platforms/xcb/gl_integrations/gl_integrations_plugin_base.pri
+++ b/src/plugins/platforms/xcb/gl_integrations/gl_integrations_plugin_base.pri
@@ -5,10 +5,3 @@ INCLUDEPATH += $$PWD/../
load(qt_build_paths)
-!qtConfig(system-xcb) {
- QMAKE_USE += xcb-static xcb
-} else {
- qtConfig(xkb): QMAKE_USE += xcb_xkb
- qtConfig(xcb-render): QMAKE_USE += xcb_render
- QMAKE_USE += xcb_syslibs
-}