blob: ac4e62aa4d1be148d181ad0820a4adc2ffa8a0dc (
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 += plugins
|