summaryrefslogtreecommitdiffstats
path: root/config.tests/xcomposite/xcomposite.pro
blob: 6838970a640ddd651424f27e95782eb83786a655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = xcomposite
QT = core

!contains(QT_CONFIG, opengl): error("xcomposite support requires Qt configured with OpenGL")

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

# Input
SOURCES += main.cpp