summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor.pri
blob: f890f7708d81536567eed13cdebb9d930d94f50a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += link_pkgconfig

load(qt_build_config)

DEFINES += QT_WAYLAND_WINDOWMANAGER_SUPPORT

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

include ($$PWD/global/global.pri)
include ($$PWD/wayland_wrapper/wayland_wrapper.pri)
include ($$PWD/hardware_integration/hardware_integration.pri)
include ($$PWD/compositor_api/compositor_api.pri)
include ($$PWD/windowmanagerprotocol/windowmanagerprotocol.pri)