summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: 2a5395004a604dc5550e1d08ca46feb10575c41c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE=subdirs

contains(QT_CONFIG, opengl) {
    SUBDIRS += qwindow-compositor
    SUBDIRS += minimal-cpp
}

contains(QT_CONFIG, opengl):qtHaveModule(quick) {
    SUBDIRS += minimal-qml
    SUBDIRS += spanning-screens
    SUBDIRS += pure-qml
    SUBDIRS += multi-output
    SUBDIRS += multi-screen
    SUBDIRS += custom-extension
    SUBDIRS += server-buffer
    SUBDIRS += ivi-compositor
}