summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-buffer/cpp-client/cpp-client.pro
blob: 6ac551323fd3a44efa12a0fe5226095d831de4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += waylandclient-private gui-private opengl
CONFIG += wayland-scanner

WAYLANDCLIENTSOURCES += ../share-buffer.xml

SOURCES += main.cpp \
    sharebufferextension.cpp

HEADERS += \
    sharebufferextension.h

TARGET = server-buffer-cpp-client

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/server-buffer/cpp-client
INSTALLS += target