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

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

# Input
SOURCES += main.cpp