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

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

# Input
SOURCES += main.cpp