summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/dialcontrol/qml/dialcontrol.qmlproject
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:50:03 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 14:59:52 (GMT)
commit9700eca985476e209c28d94cdb72d54d2b22a521 (patch)
tree4a605d35f513f1954861b11dd44fd11aecdd87e2 /examples/declarative/ui-components/dialcontrol/qml/dialcontrol.qmlproject
parentdf92e56be8b3e20ad02f9da0e9d956bbb7db78cf (diff)
downloadQt-9700eca985476e209c28d94cdb72d54d2b22a521.zip
Qt-9700eca985476e209c28d94cdb72d54d2b22a521.tar.gz
Qt-9700eca985476e209c28d94cdb72d54d2b22a521.tar.bz2
ui-components/dialcontrol 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/ui-components/dialcontrol/qml/dialcontrol.qmlproject')
-rw-r--r--examples/declarative/ui-components/dialcontrol/qml/dialcontrol.qmlproject16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/declarative/ui-components/dialcontrol/qml/dialcontrol.qmlproject b/examples/declarative/ui-components/dialcontrol/qml/dialcontrol.qmlproject
deleted file mode 100644
index d4909f8..0000000
--- a/examples/declarative/ui-components/dialcontrol/qml/dialcontrol.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 " ]
-}