summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 822fdeb88735fc15dfe763fc8b9708b6ef397ab3 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE=subdirs

#Only build compositor test when we are
#building QtCompositor
contains(CONFIG, wayland-compositor) {
    SUBDIRS += compositor
    SUBDIRS += client
    SUBDIRS += cmake
}