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

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

# Input
SOURCES += main.cpp