summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/qml-client/qml-client.pro
blob: bad4af2dbd8d2282e5ab1170a714a5dc46c678cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
QT += qml quick waylandclient gui-private
CONFIG += wayland-scanner

WAYLANDCLIENTSOURCES += ../protocol/custom.xml

SOURCES += main.cpp \
    ../client-common/customextension.cpp

HEADERS += \
    ../client-common/customextension.h

TARGET = custom-extension-qml-client

RESOURCES += qml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/custom-extension/qml-client
INSTALLS += target