summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject')
-rw-r--r--examples/declarative/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/declarative/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject b/examples/declarative/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject
deleted file mode 100644
index ed034dff..00000000
--- a/examples/declarative/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject
+++ /dev/null
@@ -1,18 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- directory: "core"
- directory: "filedialog"
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [ " ./plugins " ]
-}