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

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

# Input
SOURCES += main.cpp