From 920387296abcead6fea2d801fb2f57c185657c47 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 21 Apr 2016 18:01:30 +0200 Subject: fix example installs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this actually includes removing the install targets for the sources - this is automated now. Change-Id: I736958d70baabfa4db816abbfc50acacbf2ee23c Reviewed-by: Topi Reiniƶ Reviewed-by: Giulio Camuffo --- examples/wayland/qml-compositor/qml-compositor.pro | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'examples/wayland/qml-compositor/qml-compositor.pro') diff --git a/examples/wayland/qml-compositor/qml-compositor.pro b/examples/wayland/qml-compositor/qml-compositor.pro index f908a2f2f..98ff96f83 100644 --- a/examples/wayland/qml-compositor/qml-compositor.pro +++ b/examples/wayland/qml-compositor/qml-compositor.pro @@ -14,9 +14,14 @@ QT += compositor SOURCES += main.cpp -OTHER_FILES = ContrastEffect.qml main.qml WindowChrome.qml WindowContainer.qml background.jpg closebutton.png compositor.js - +qml.files = \ + ContrastEffect.qml \ + WindowChrome.qml \ + WindowContainer.qml \ + background.jpg \ + closebutton.png \ + compositor.js \ + main.qml +qml.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor -sources.files = $$OTHER_FILES $$SOURCES $$HEADERS $$RESOURCES $$FORMS qml-compositor.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor -INSTALLS += target sources +INSTALLS += target qml -- cgit v1.2.3