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

#Only build compositor examples if we are building
#the QtCompositor API
contains(CONFIG, wayland-compositor) {
    SUBDIRS += qwindow-compositor

    qtHaveModule(widgets) {
        SUBDIRS += qwidget-compositor
    }

    qtHaveModule(quick) {
        SUBDIRS += qml-compositor
    }

    SUBDIRS += server-buffer
}