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

!contains(QT_CONFIG, no-pkg-config) {
    CONFIG += link_pkgconfig
    PKGCONFIG += wayland-client
} else {
    LIBS += -lwayland-client
}

# Input
SOURCES += main.cpp

WAYLANDSOURCES += scanner-test.xml