summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/xcomposite-glx/xcomposite-glx.pri
blob: ccbbe46a6393d039bf23fc3e7cc1bdc44b0f24d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include($$PWD/../xcomposite_share/xcomposite_share.pri)

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

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/xcompositeglxintegration.h

SOURCES += \
    $$PWD/xcompositeglxintegration.cpp