summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 274cc01c4856a3eb89fcf539a1909c4093bbcb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE=subdirs
CONFIG+=ordered

SUBDIRS += qtwaylandscanner

#Don't build QtCompositor API unless explicitly enabled
contains(CONFIG, wayland-compositor) {
    SUBDIRS += compositor
}

SUBDIRS += client plugins