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

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