summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/xcomposite-glx/xcomposite-glx.pro
blob: c14a9f63975ba17467557a34710d8911ab7c92cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PLUGIN_TYPE = waylandcompositors
load(qt_plugin)

QT = compositor core-private gui-private

OTHER_FILES += xcomposite-glx.json

include (../xcomposite_share/xcomposite_share.pri)

!contains(QT_CONFIG, no-pkg-config) {
    CONFIG += link_pkgconfig
    PKGCONFIG += xcomposite gl x11
} else {
    LIBS += -lXcomposite -lGL -lX11
}

HEADERS += \
    xcompositeglxintegration.h

SOURCES += \
    xcompositeglxintegration.cpp \
    main.cpp