summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qml-compositor/qml-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/qml-compositor/qml-compositor.pro')
-rw-r--r--examples/wayland/qml-compositor/qml-compositor.pro15
1 files changed, 10 insertions, 5 deletions
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