summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-buffer/compositor/compositor.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-21 18:01:30 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-28 18:56:33 +0000
commit920387296abcead6fea2d801fb2f57c185657c47 (patch)
tree7f112d323333b27363e97c37f3b0f94a26a40e7f /examples/wayland/server-buffer/compositor/compositor.pro
parent2e08d3afc08ea305052d75a306dac381d3025134 (diff)
fix example installsv5.6.1-1v5.6.1
this actually includes removing the install targets for the sources - this is automated now. Change-Id: I736958d70baabfa4db816abbfc50acacbf2ee23c Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'examples/wayland/server-buffer/compositor/compositor.pro')
-rw-r--r--examples/wayland/server-buffer/compositor/compositor.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/wayland/server-buffer/compositor/compositor.pro b/examples/wayland/server-buffer/compositor/compositor.pro
index 8d7f48820..df291fbfd 100644
--- a/examples/wayland/server-buffer/compositor/compositor.pro
+++ b/examples/wayland/server-buffer/compositor/compositor.pro
@@ -7,6 +7,7 @@ SOURCES += \
serverbufferitem.cpp
HEADERS += \
serverbufferitem.h \
+ serverbuffertextureprovider.h
OTHER_FILES = \
qml/main.qml \
@@ -18,3 +19,6 @@ CONFIG +=wayland-scanner
WAYLANDSERVERSOURCES += ../share-buffer.xml
DEFINES += QT_COMPOSITOR_QUICK
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/server-buffer/compositor
+INSTALLS += target