summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: c4d03afb04770b9789f6a15c7ebc705205146eef (plain)
1
2
3
4
5
6
7
8
TEMPLATE=subdirs

SUBDIRS = plugins

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