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

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