From 6da4dd49f722861b8ce5c1e48d5ee5778bd8ca4a Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 2 Jan 2012 15:20:24 +0100 Subject: 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 --- .../tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/tutorials') 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: "." -- cgit v1.2.3