aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/positioners/positioners.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/positioners/positioners.pro')
-rw-r--r--examples/quick/positioners/positioners.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/positioners/positioners.pro b/examples/quick/positioners/positioners.pro
index 2f457e60ff..e219cdea7a 100644
--- a/examples/quick/positioners/positioners.pro
+++ b/examples/quick/positioners/positioners.pro
@@ -6,5 +6,6 @@ SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners
qml.files = positioners.qml positioners-transitions.qml positioners-attachedproperties.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners
-INSTALLS += target qml
-
+sources.files = $$SOURCES positioners.pro
+sources.path = $$qml.path
+INSTALLS += sources target qml