summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/cpp-client/cpp-client.pro
blob: 388a09bfaf322f5e66bb1fcf7e0b1b767af6f671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += waylandclient 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