aboutsummaryrefslogtreecommitdiffstats
path: root/examples/localstorage/localstorage.pro
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-03-06 12:03:36 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-13 05:13:50 +0100
commitd3260e2fe2564e39a8e5469a1b77b60b6f97e5a8 (patch)
tree73feb7543031210b024ab724fcb41db72a3b76d2 /examples/localstorage/localstorage.pro
parent5013d53d9400f61699f8edb1dc20f06e19a26a3d (diff)
Refactor localstorage example
Change-Id: I0c742c35ba8d5a2812dc1665905e45f5ffb745b5 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples/localstorage/localstorage.pro')
-rw-r--r--examples/localstorage/localstorage.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/localstorage/localstorage.pro b/examples/localstorage/localstorage.pro
index 967108504e..99f498d5df 100644
--- a/examples/localstorage/localstorage.pro
+++ b/examples/localstorage/localstorage.pro
@@ -1 +1,9 @@
-TEMPLATE = subdirs
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/localstorage
+qml.files = localstorage.qml hello.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/localstorage
+INSTALLS += target qml \ No newline at end of file