diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-17 14:50:00 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 14:59:25 (GMT) |
commit | 6d98efdcac69a885091b6e9de57be033359026a4 (patch) | |
tree | 7c9ca42f7b621b375a216b74ddad0e8b31d53673 /examples/declarative/text/textselection/qml/textselection.qmlproject | |
parent | 028cf485fcb78396faf4c168d1134681403ad11a (diff) | |
download | Qt-6d98efdcac69a885091b6e9de57be033359026a4.zip Qt-6d98efdcac69a885091b6e9de57be033359026a4.tar.gz Qt-6d98efdcac69a885091b6e9de57be033359026a4.tar.bz2 |
text/textselection 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/text/textselection/qml/textselection.qmlproject')
-rw-r--r-- | examples/declarative/text/textselection/qml/textselection.qmlproject | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/declarative/text/textselection/qml/textselection.qmlproject b/examples/declarative/text/textselection/qml/textselection.qmlproject deleted file mode 100644 index d4909f8..0000000 --- a/examples/declarative/text/textselection/qml/textselection.qmlproject +++ /dev/null @@ -1,16 +0,0 @@ -import QmlProject 1.0 - -Project { - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } - /* List of plugin directories passed to QML runtime */ - // importPaths: [ " ../exampleplugin " ] -} |