aboutsummaryrefslogtreecommitdiffstats
path: root/examples/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/app.pro')
-rw-r--r--examples/app/app.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/app/app.pro b/examples/app/app.pro
index cc41e36..bb53fb3 100644
--- a/examples/app/app.pro
+++ b/examples/app/app.pro
@@ -12,16 +12,12 @@ SOURCES += main.cpp
target.path = $$EXAMPLES_PREFIX/app
INSTALLS += target
-qml.files = \
- qml/customruntime-item.qml \
- qml/customruntime-window.qml \
- qml/item.qml \
- qml/window.qml
-qml.path = $$EXAMPLES_PREFIX/app/qml
+qml.files = qml/*.qml
+qml.path = $$target.path/qml
INSTALLS += qml
OTHER_FILES += $$qml.files
icon.files = icon.png
-icon.path = $$EXAMPLES_PREFIX/app
+icon.path = $$target.path
INSTALLS += icon
OTHER_FILES += $$icon.files