summaryrefslogtreecommitdiffstats
path: root/src/plugins/decorations/bradient/bradient.pro
blob: fd376f4a9851389de1ae23448e9d61ab93803b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PLUGIN_TYPE = wayland-decoration-client
load(qt_plugin)

QT += waylandclient-private

OTHER_FILES += \
    bradient.json

SOURCES += main.cpp

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