summaryrefslogtreecommitdiffstats
path: root/tests/auto/compositor/compositor.pro
blob: 1da1ba25c1b3f20f5366df5116449dddb0f8ac0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase link_pkgconfig
TARGET = tst_compositor

QT += testlib
QT += core-private gui-private compositor

!contains(QT_CONFIG, no-pkg-config) {
    PKGCONFIG += wayland-client wayland-server
} else {
    LIBS += -lwayland-client -lwayland-server
}

SOURCES += tst_compositor.cpp testcompositor.cpp mockclient.cpp
HEADERS += testcompositor.h mockclient.h