aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/localstorage/localstorage.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/localstorage/localstorage/localstorage.pro')
-rw-r--r--examples/quick/localstorage/localstorage/localstorage.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/quick/localstorage/localstorage/localstorage.pro b/examples/quick/localstorage/localstorage/localstorage.pro
index ef90b63546..80c306fcc2 100644
--- a/examples/quick/localstorage/localstorage/localstorage.pro
+++ b/examples/quick/localstorage/localstorage/localstorage.pro
@@ -2,8 +2,9 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ localstorage.qrc \
+ ../../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage/localstorage
-qml.files = localstorage.qml hello.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage/localstorage
-INSTALLS += target qml
+INSTALLS += target