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

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