Moving wayland plugin to the qtwayland submodule
authorPaul Olav Tvete <paul.tvete@nokia.com>
Fri, 30 Sep 2011 07:13:32 +0000 (09:13 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 3 Oct 2011 11:42:05 +0000 (13:42 +0200)
commit75a66c3d76fe88c9efa22655e75e196d8ec17036
tree9fd0e6f6d7b1ca636ede4fbf79e718eaae1a2df5
parent598d37a2f03db618e18a0f9ea320cea8405d83c0
Moving wayland plugin to the qtwayland submodule

The wayland platform plugin now lives in its own Qt module, together with
the qtcompositor library.

Change-Id: I4e85292cf41da4ef021ea832545ac37f5ed4e991
Reviewed-on: http://codereview.qt-project.org/5836
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Reviewed-by: Andy Nichols
85 files changed:
src/plugins/platforms/platforms.pro
src/plugins/platforms/wayland/gl_integration/gl_integration.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/qwaylandglintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/qwaylandglintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/qwaylandreadbackcglcontext.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/qwaylandreadbackcglcontext.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/qwaylandreadbackcglintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/qwaylandreadbackcglintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/qwaylandreadbackcglwindow.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/qwaylandreadbackcglwindow.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_cgl/readback_cgl.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/qwaylandreadbackeglcontext.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/qwaylandreadbackeglcontext.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/qwaylandreadbackeglintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/qwaylandreadbackeglintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/qwaylandreadbackeglwindow.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/qwaylandreadbackeglwindow.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_egl/readback_egl.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/qwaylandreadbackglxcontext.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/qwaylandreadbackglxcontext.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/qwaylandreadbackglxintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/qwaylandreadbackglxintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/qwaylandreadbackglxwindow.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/qwaylandreadbackglxwindow.h [deleted file]
src/plugins/platforms/wayland/gl_integration/readback_glx/readback_glx.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglinclude.h [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandeglwindow.h [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandglcontext.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandglcontext.h [deleted file]
src/plugins/platforms/wayland/gl_integration/wayland_egl/wayland_egl.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglwindow.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglwindow.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_egl/xcomposite_egl.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxintegration.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxintegration.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxwindow.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxwindow.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_glx/xcomposite_glx.pri [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/qwaylandxcompositebuffer.cpp [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/qwaylandxcompositebuffer.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/wayland-xcomposite-client-protocol.h [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/wayland-xcomposite-protocol.c [deleted file]
src/plugins/platforms/wayland/gl_integration/xcomposite_share/xcomposite_share.pri [deleted file]
src/plugins/platforms/wayland/main.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandbuffer.h [deleted file]
src/plugins/platforms/wayland/qwaylandclipboard.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandclipboard.h [deleted file]
src/plugins/platforms/wayland/qwaylandcursor.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandcursor.h [deleted file]
src/plugins/platforms/wayland/qwaylanddisplay.cpp [deleted file]
src/plugins/platforms/wayland/qwaylanddisplay.h [deleted file]
src/plugins/platforms/wayland/qwaylanddnd.cpp [deleted file]
src/plugins/platforms/wayland/qwaylanddnd.h [deleted file]
src/plugins/platforms/wayland/qwaylandinputdevice.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandinputdevice.h [deleted file]
src/plugins/platforms/wayland/qwaylandintegration.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandintegration.h [deleted file]
src/plugins/platforms/wayland/qwaylandmime.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandmime.h [deleted file]
src/plugins/platforms/wayland/qwaylandnativeinterface.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandnativeinterface.h [deleted file]
src/plugins/platforms/wayland/qwaylandscreen.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandscreen.h [deleted file]
src/plugins/platforms/wayland/qwaylandshmbackingstore.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandshmbackingstore.h [deleted file]
src/plugins/platforms/wayland/qwaylandshmwindow.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandshmwindow.h [deleted file]
src/plugins/platforms/wayland/qwaylandwindow.cpp [deleted file]
src/plugins/platforms/wayland/qwaylandwindow.h [deleted file]
src/plugins/platforms/wayland/wayland.pro [deleted file]
src/plugins/platforms/wayland/wayland_sha1.txt [deleted file]
src/plugins/platforms/wayland/windowmanager_integration/qwaylandwindowmanagerintegration.cpp [deleted file]
src/plugins/platforms/wayland/windowmanager_integration/qwaylandwindowmanagerintegration.h [deleted file]
src/plugins/platforms/wayland/windowmanager_integration/wayland-windowmanager-client-protocol.h [deleted file]
src/plugins/platforms/wayland/windowmanager_integration/wayland-windowmanager-protocol.c [deleted file]
src/plugins/platforms/wayland/windowmanager_integration/windowmanager_integration.pri [deleted file]