summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/xcomposite-egl/xcomposite-egl.pro
blob: d463e6e83e906f0368efdcf326fc513deee86673 (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 compositor-private core-private gui-private

OTHER_FILES += xcomposite-egl.json

include (../xcomposite_share/xcomposite_share.pri)

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

HEADERS += \
    xcompositeeglintegration.h

SOURCES += \
    xcompositeeglintegration.cpp \
    main.cpp