Update Wayland SHA
[profile/ivi/qtwayland.git] / examples / examples.pro
1 TEMPLATE=subdirs
2 SUBDIRS += qwindow-compositor
3
4 !contains(QT_CONFIG, no-widgets) {
5     SUBDIRS += qwidget-compositor
6 }
7
8 contains(QT_CONFIG, quick) {
9     SUBDIRS += qml-compositor
10 }