blob: a8fa420af2bdb5835c6a81f59dc00a61a934e7fe [file] [log] [blame]
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
RESOURCES += qml.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/custom-extension/qml-client
INSTALLS += target