diff options
author | Giulio Camuffo <giulio.camuffo@jollamobile.com> | 2014-03-20 16:04:19 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-21 11:08:17 +0100 |
commit | d8ce5886971107d219dc1e597f979c97ace6d64f (patch) | |
tree | ea02f7b3925bccae8b0908d846052546c62d6650 /examples/examples.pro | |
parent | 96275509fcec8abc8e580aa6c3c53d893885b7a7 (diff) | |
download | qtwayland-d8ce5886971107d219dc1e597f979c97ace6d64f.tar.gz |
Remove the QWidget compositor example
The QWidget API isn't well fit for a Wayland compositor, and does
not have any advantage over a QWindow, which can also draw using
QPainter. Besides the current implementation doesn't work properly,
and no one seems to be interested in fixing it.
Change-Id: Id1c337506af48e1d1fdd8d14f0ed637d299702f3
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 2d4cd1bb..d633fb92 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -5,10 +5,6 @@ TEMPLATE=subdirs contains(CONFIG, wayland-compositor) { SUBDIRS += qwindow-compositor - qtHaveModule(widgets) { - SUBDIRS += qwidget-compositor - } - qtHaveModule(quick) { SUBDIRS += qml-compositor } |