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.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/quick/positioners/positioners.pro b/examples/quick/positioners/positioners.pro
index 1a7622d0bc..a754d2a29a 100644
--- a/examples/quick/positioners/positioners.pro
+++ b/examples/quick/positioners/positioners.pro
@@ -2,8 +2,9 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ positioners.qrc \
+ ../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/positioners
-qml.files = positioners.qml positioners-transitions.qml positioners-attachedproperties.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/positioners
-INSTALLS += target qml
+INSTALLS += target