diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-05-04 12:14:46 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-05-05 07:43:39 (GMT) |
commit | 238ed995be8f32e815ffb6883144d0547355a8eb (patch) | |
tree | 098397073899649bd7e4b0930f5668610be2b5af /examples/declarative/layouts/layouts.qmlproject | |
parent | f0091ce41a566c8c6c089b4a2ca701f976d15809 (diff) | |
download | Qt-238ed995be8f32e815ffb6883144d0547355a8eb.zip Qt-238ed995be8f32e815ffb6883144d0547355a8eb.tar.gz Qt-238ed995be8f32e815ffb6883144d0547355a8eb.tar.bz2 |
Move Qt.widgets import to be an unsupported example
Layout examples for QML are also cleaned up a bit.
Layouts test removed, and LayoutItem test added, to clarify what we
support.
Reviewed-by: Michael Brasser
Diffstat (limited to 'examples/declarative/layouts/layouts.qmlproject')
-rw-r--r-- | examples/declarative/layouts/layouts.qmlproject | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/declarative/layouts/layouts.qmlproject b/examples/declarative/layouts/layouts.qmlproject deleted file mode 100644 index d4909f8..0000000 --- a/examples/declarative/layouts/layouts.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 " ] -} |