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