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

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

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