diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-17 14:49:58 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 14:59:23 (GMT) |
commit | c2febac381af588a6ed27c232220b924d7b5ca45 (patch) | |
tree | ae8230f69f8527dee80c6c543de88225a7f1d6ff /examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject | |
parent | 643da502885bb3ad4cd0fd7f0e4d08edba598c96 (diff) | |
download | Qt-c2febac381af588a6ed27c232220b924d7b5ca45.zip Qt-c2febac381af588a6ed27c232220b924d7b5ca45.tar.gz Qt-c2febac381af588a6ed27c232220b924d7b5ca45.tar.bz2 |
sqllocalstorage example modifications
Modified the example to use centralized qmlapplicationviewer,
removed duplicate files and modified project files according
to the changes.
Merge-request: 2719
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject')
-rw-r--r-- | examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject b/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject index d4909f8..c0acf68 100644 --- a/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject +++ b/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject @@ -3,13 +3,13 @@ import QmlProject 1.0 Project { /* Include .qml, .js, and image files from current directory and subdirectories */ QmlFiles { - directory: "." + directory: "qml/sqllocalstorage" } JavaScriptFiles { - directory: "." + directory: "qml/sqllocalstorage" } ImageFiles { - directory: "." + directory: "qml/sqllocalstorage" } /* List of plugin directories passed to QML runtime */ // importPaths: [ " ../exampleplugin " ] |