aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/views.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/views/views.pro')
-rw-r--r--examples/quick/views/views.pro15
1 files changed, 4 insertions, 11 deletions
diff --git a/examples/quick/views/views.pro b/examples/quick/views/views.pro
index b424ba66f2..a79126a838 100644
--- a/examples/quick/views/views.pro
+++ b/examples/quick/views/views.pro
@@ -2,16 +2,9 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ views.qrc \
+ ../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/views
-qml.files = \
- views.qml \
- gridview \
- listview \
- package \
- parallax \
- pathview \
- visualdatamodel \
- visualitemmodel
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/views
-INSTALLS += target qml
+INSTALLS += target