summaryrefslogtreecommitdiffstats
path: root/examples/declarative/sqllocalstorage
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-06-18 12:58:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 05:48:39 +0200
commit1037b85ddb17859f341ad083553f56f9efaaade4 (patch)
tree1808299786dc51450c0f39eabf9d14af8915478c /examples/declarative/sqllocalstorage
parent86dd88729802767acc7b783c590142c808a2c6cc (diff)
Install qtquick1 examples to qtquick1 folder
Task-number: QTBUG-26010 Change-Id: Ifeaf1ae2bc61a3e4d7a2da5ae628a5e6934d5aea Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/declarative/sqllocalstorage')
-rw-r--r--examples/declarative/sqllocalstorage/sqllocalstorage.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/sqllocalstorage/sqllocalstorage.pro b/examples/declarative/sqllocalstorage/sqllocalstorage.pro
index 99f40a72..14749b85 100644
--- a/examples/declarative/sqllocalstorage/sqllocalstorage.pro
+++ b/examples/declarative/sqllocalstorage/sqllocalstorage.pro
@@ -34,7 +34,7 @@ symbian:TARGET.CAPABILITY += NetworkServices
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/sqllocalstorage
+desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/qtquick1/sqllocalstorage
exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
else:exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)