blob: b700f23673b02428fd288d5d510c883c6c16d128 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
QT += waylandclient-private gui-private
CONFIG += wayland-scanner
WAYLANDCLIENTSOURCES += ../protocol/custom.xml
SOURCES += main.cpp \
../client-common/customextension.cpp
HEADERS += \
../client-common/customextension.h
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/custom-extension/cpp-client
INSTALLS += target
|