aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-02 15:20:24 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-03 10:33:01 +0100
commit6da4dd49f722861b8ce5c1e48d5ee5778bd8ca4a (patch)
treed88f115fd8c0da96c99d4ddd530b1e88ec971b55 /examples/tutorials
parent742e9798decaa5e738b8bbfe73ad223dfa321597 (diff)
Examples: Hard-code the 'main' file in .qmlproject
Set the 'mainFile:' property in .qmlproject files where it makes sense (i.e. there's one natural candidate). This makes sure Qt Creator doesn't fall back to 'current file in editor' as main file, which is unexpected to a lot of people. (This requires Qt Creator version 2.2 and newer). Change-Id: Ia5d20b0d982038520d7892bca155267c5f13644b Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/tutorials')
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject b/examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject
index ed034dff3f..8d9517eba9 100644
--- a/examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject
+++ b/examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject
@@ -4,8 +4,6 @@ Project {
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
- directory: "core"
- directory: "filedialog"
}
JavaScriptFiles {
directory: "."