summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture-sharing/cpp-client/cpp-client.pro
blob: 99a100e07a54032c1c51ec7431d1434976b002fd (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 += $$PWD/../../../../src/extensions/qt-texture-sharing-unstable-v1.xml

SOURCES += main.cpp \
    $$PWD/../../../../src/imports/texture-sharing/texturesharingextension.cpp

HEADERS += \
    $$PWD/../../../../src/imports/texture-sharing/texturesharingextension.h

INCLUDEPATH += $$PWD/../../../../src/imports/texture-sharing/

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/texture-sharing/cpp-client
INSTALLS += target