summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client-common/client.pro
blob: 95b99578a9f1b97b6a33f03ba9a47b52db78074d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += wayland-scanner
TARGET = custom-wayland

QT += waylandclient-private

WAYLANDCLIENTSOURCES += ../protocol/custom.xml

OTHER_FILES += client.json

SOURCES += main.cpp \
           customextension.cpp

HEADERS += customextension.h

PLUGIN_TYPE = platforms
load(qt_plugin)

# Installation into a "proper" Qt location is most unexpected for from an example.
CONFIG += install_ok