summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: d8f7eaab62f1f8039f71097735dbebf4b7dc61bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 += custom-extension
    SUBDIRS += server-buffer
}