aboutsummaryrefslogtreecommitdiffstats
path: root/examples/localstorage/localstorage/localstorage.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/localstorage/localstorage/localstorage.pro')
-rw-r--r--examples/localstorage/localstorage/localstorage.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/localstorage/localstorage/localstorage.pro b/examples/localstorage/localstorage/localstorage.pro
index 311dc4ac8b..4cce7eda4f 100644
--- a/examples/localstorage/localstorage/localstorage.pro
+++ b/examples/localstorage/localstorage/localstorage.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/localstorage
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/localstorage
qml.files = localstorage.qml hello.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/localstorage
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/localstorage
INSTALLS += target qml