aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-30 16:44:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-01 02:40:06 +0100
commit5b949572aa56c5bce087fb0c023af7c96c40f139 (patch)
treebfedfaf83e122974cdc0a29438ba7a17639b72d7 /examples/tutorials
parentfdbdbbdd4ff05d1ceb7667227db5b14687a77c96 (diff)
Have tutorial built along with other examples
Change-Id: I9f64659ca1621a5fea8e9013ecd264d971207d4d Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'examples/tutorials')
-rw-r--r--examples/tutorials/gettingStartedQml/core/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/core/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/core/EditMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/core/FileDialog.qml (renamed from examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/core/FileMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/core/MenuBar.qml (renamed from examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/core/TextArea.qml (renamed from examples/tutorials/gettingStarted/gsQml/core/TextArea.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/core/qmldir (renamed from examples/tutorials/gettingStarted/gsQml/core/qmldir)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.cpp)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.h (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/directory.cpp (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/directory.h (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/directory.h)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/file.cpp (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/file.cpp)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/file.h (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/file.h)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/filedialog.pro (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro)0
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/qmldir (renamed from examples/tutorials/gettingStarted/gsQml/filedialog/qmldir)0
-rw-r--r--examples/tutorials/gettingStartedQml/gettingStartedQml.pro (renamed from examples/tutorials/gettingStarted/gsQml/texteditor.pro)0
-rw-r--r--examples/tutorials/gettingStartedQml/images/arrow.png (renamed from examples/tutorials/gettingStarted/gsQml/images/arrow.png)bin583 -> 583 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part0/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part0/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/EditMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/EditMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/FileMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/FileMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/SimpleButton.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_button.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_button.png)bin1670 -> 1670 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_editmenu.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_editmenu.png)bin6177 -> 6177 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_filemenu.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_filemenu.png)bin6062 -> 6062 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_simplebutton.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_simplebutton.png)bin1055 -> 1055 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part1/qml-texteditor.qmlproject (renamed from examples/tutorials/gettingStarted/gsQml/parts/part1/qml-texteditor.qmlproject)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part2/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/EditMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part2/EditMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/FileMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part2/FileMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/MenuBar.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part2/MenuBar.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/pics/qml-texteditor2_menubar.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part2/pics/qml-texteditor2_menubar.png)bin6079 -> 6079 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/qml-texteditor2.qmlproject (renamed from examples/tutorials/gettingStarted/gsQml/parts/part2/qml-texteditor2.qmlproject)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/EditMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/EditMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/FileMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/FileMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/MenuBar.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/MenuBar.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/TextArea.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/TextArea.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/TextEditor.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/TextEditor.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/images/arrow.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/images/arrow.png)bin583 -> 583 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/pics/qml-texteditor3_texteditor.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/pics/qml-texteditor3_texteditor.png)bin59345 -> 59345 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject (renamed from examples/tutorials/gettingStarted/gsQml/parts/part3/qml-texteditor3.qmlproject)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/EditMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/EditMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/FileMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/FileMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/MenuBar.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/MenuBar.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/TextArea.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/TextArea.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/TextEditor.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/TextEditor.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/images/arrow.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/images/arrow.png)bin583 -> 583 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/pics/qml-texteditor4_texteditor.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/pics/qml-texteditor4_texteditor.png)bin63629 -> 63629 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject (renamed from examples/tutorials/gettingStarted/gsQml/parts/part4/qml-texteditor4.qmlproject)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/TextEditor.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/textEditor.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/Button.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/Button.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/EditMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileDialog.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/MenuBar.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/TextArea.qml)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/core/qmldir (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/dialogPlugin.cpp)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/dialogPlugin.h)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.h)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.cpp)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.h (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.h)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/filedialog.pro)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/filedialog/qmldir (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/qmldir)0
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/images/arrow.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/images/arrow.png)bin583 -> 583 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_editmenu.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_editmenu.png)bin65123 -> 65123 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_filemenu.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_filemenu.png)bin21367 -> 21367 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_newfile.png (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_newfile.png)bin76693 -> 76693 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject (renamed from examples/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject)0
-rw-r--r--examples/tutorials/gettingStartedQml/pics/qml-texteditor5_editmenu.png (renamed from examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_editmenu.png)bin65123 -> 65123 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/pics/qml-texteditor5_filemenu.png (renamed from examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_filemenu.png)bin21367 -> 21367 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/pics/qml-texteditor5_newfile.png (renamed from examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_newfile.png)bin76693 -> 76693 bytes
-rw-r--r--examples/tutorials/gettingStartedQml/texteditor.qml (renamed from examples/tutorials/gettingStarted/gsQml/texteditor.qml)0
-rw-r--r--examples/tutorials/tutorials.pro2
78 files changed, 2 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStarted/gsQml/core/Button.qml b/examples/tutorials/gettingStartedQml/core/Button.qml
index 5bd404f2c5..5bd404f2c5 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/Button.qml
+++ b/examples/tutorials/gettingStartedQml/core/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml b/examples/tutorials/gettingStartedQml/core/EditMenu.qml
index 3db560a996..3db560a996 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml
+++ b/examples/tutorials/gettingStartedQml/core/EditMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml b/examples/tutorials/gettingStartedQml/core/FileDialog.qml
index fbb91dfead..fbb91dfead 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml
+++ b/examples/tutorials/gettingStartedQml/core/FileDialog.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml b/examples/tutorials/gettingStartedQml/core/FileMenu.qml
index 9fc37f79b9..9fc37f79b9 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml
+++ b/examples/tutorials/gettingStartedQml/core/FileMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml b/examples/tutorials/gettingStartedQml/core/MenuBar.qml
index 24034855fa..24034855fa 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml
+++ b/examples/tutorials/gettingStartedQml/core/MenuBar.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/core/TextArea.qml b/examples/tutorials/gettingStartedQml/core/TextArea.qml
index 6e6345edfd..6e6345edfd 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/TextArea.qml
+++ b/examples/tutorials/gettingStartedQml/core/TextArea.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/core/qmldir b/examples/tutorials/gettingStartedQml/core/qmldir
index da1f373433..da1f373433 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/qmldir
+++ b/examples/tutorials/gettingStartedQml/core/qmldir
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.cpp b/examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp
index fde24d9c26..fde24d9c26 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.cpp
+++ b/examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h b/examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.h
index 0dcb15be9a..0dcb15be9a 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/dialogPlugin.h
+++ b/examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.h
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp b/examples/tutorials/gettingStartedQml/filedialog/directory.cpp
index 88286350be..88286350be 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp
+++ b/examples/tutorials/gettingStartedQml/filedialog/directory.cpp
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/directory.h b/examples/tutorials/gettingStartedQml/filedialog/directory.h
index 6cad7549a6..6cad7549a6 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/directory.h
+++ b/examples/tutorials/gettingStartedQml/filedialog/directory.h
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/file.cpp b/examples/tutorials/gettingStartedQml/filedialog/file.cpp
index ff97c74322..ff97c74322 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/file.cpp
+++ b/examples/tutorials/gettingStartedQml/filedialog/file.cpp
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/file.h b/examples/tutorials/gettingStartedQml/filedialog/file.h
index 21e8ebb05d..21e8ebb05d 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/file.h
+++ b/examples/tutorials/gettingStartedQml/filedialog/file.h
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro b/examples/tutorials/gettingStartedQml/filedialog/filedialog.pro
index d85787d00c..d85787d00c 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/filedialog.pro
+++ b/examples/tutorials/gettingStartedQml/filedialog/filedialog.pro
diff --git a/examples/tutorials/gettingStarted/gsQml/filedialog/qmldir b/examples/tutorials/gettingStartedQml/filedialog/qmldir
index 4a8d13d026..4a8d13d026 100644
--- a/examples/tutorials/gettingStarted/gsQml/filedialog/qmldir
+++ b/examples/tutorials/gettingStartedQml/filedialog/qmldir
diff --git a/examples/tutorials/gettingStarted/gsQml/texteditor.pro b/examples/tutorials/gettingStartedQml/gettingStartedQml.pro
index aa5306cceb..aa5306cceb 100644
--- a/examples/tutorials/gettingStarted/gsQml/texteditor.pro
+++ b/examples/tutorials/gettingStartedQml/gettingStartedQml.pro
diff --git a/examples/tutorials/gettingStarted/gsQml/images/arrow.png b/examples/tutorials/gettingStartedQml/images/arrow.png
index 14978c2e56..14978c2e56 100644
--- a/examples/tutorials/gettingStarted/gsQml/images/arrow.png
+++ b/examples/tutorials/gettingStartedQml/images/arrow.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part0/Button.qml b/examples/tutorials/gettingStartedQml/parts/part0/Button.qml
index a0d10095a5..a0d10095a5 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part0/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part0/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/Button.qml b/examples/tutorials/gettingStartedQml/parts/part1/Button.qml
index 2e5a0e9327..2e5a0e9327 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part1/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/EditMenu.qml b/examples/tutorials/gettingStartedQml/parts/part1/EditMenu.qml
index 33c952147c..33c952147c 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/EditMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part1/EditMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/FileMenu.qml b/examples/tutorials/gettingStartedQml/parts/part1/FileMenu.qml
index 3702061c29..3702061c29 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/FileMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part1/FileMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/SimpleButton.qml b/examples/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml
index ac5edcd120..ac5edcd120 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/SimpleButton.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_button.png b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_button.png
index aab64bcf39..aab64bcf39 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_button.png
+++ b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_button.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_editmenu.png b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_editmenu.png
index d3ff66f2fd..d3ff66f2fd 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_editmenu.png
+++ b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_editmenu.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_filemenu.png b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_filemenu.png
index f2e2b0d990..f2e2b0d990 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_filemenu.png
+++ b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_filemenu.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_simplebutton.png b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_simplebutton.png
index 21ce50929b..21ce50929b 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/pics/qml-texteditor1_simplebutton.png
+++ b/examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_simplebutton.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part1/qml-texteditor.qmlproject b/examples/tutorials/gettingStartedQml/parts/part1/qml-texteditor.qmlproject
index d4909f8685..d4909f8685 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part1/qml-texteditor.qmlproject
+++ b/examples/tutorials/gettingStartedQml/parts/part1/qml-texteditor.qmlproject
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part2/Button.qml b/examples/tutorials/gettingStartedQml/parts/part2/Button.qml
index 38ace1535e..38ace1535e 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part2/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part2/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part2/EditMenu.qml b/examples/tutorials/gettingStartedQml/parts/part2/EditMenu.qml
index 0c3e0057fc..0c3e0057fc 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part2/EditMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part2/EditMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part2/FileMenu.qml b/examples/tutorials/gettingStartedQml/parts/part2/FileMenu.qml
index 2ebb992297..2ebb992297 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part2/FileMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part2/FileMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part2/MenuBar.qml b/examples/tutorials/gettingStartedQml/parts/part2/MenuBar.qml
index 54fd23e6f2..54fd23e6f2 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part2/MenuBar.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part2/MenuBar.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part2/pics/qml-texteditor2_menubar.png b/examples/tutorials/gettingStartedQml/parts/part2/pics/qml-texteditor2_menubar.png
index da959a3468..da959a3468 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part2/pics/qml-texteditor2_menubar.png
+++ b/examples/tutorials/gettingStartedQml/parts/part2/pics/qml-texteditor2_menubar.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part2/qml-texteditor2.qmlproject b/examples/tutorials/gettingStartedQml/parts/part2/qml-texteditor2.qmlproject
index d4909f8685..d4909f8685 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part2/qml-texteditor2.qmlproject
+++ b/examples/tutorials/gettingStartedQml/parts/part2/qml-texteditor2.qmlproject
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/Button.qml b/examples/tutorials/gettingStartedQml/parts/part3/Button.qml
index 38ace1535e..38ace1535e 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part3/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/EditMenu.qml b/examples/tutorials/gettingStartedQml/parts/part3/EditMenu.qml
index 0c3e0057fc..0c3e0057fc 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/EditMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part3/EditMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/FileMenu.qml b/examples/tutorials/gettingStartedQml/parts/part3/FileMenu.qml
index 2ebb992297..2ebb992297 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/FileMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part3/FileMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/MenuBar.qml b/examples/tutorials/gettingStartedQml/parts/part3/MenuBar.qml
index 54fd23e6f2..54fd23e6f2 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/MenuBar.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part3/MenuBar.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/TextArea.qml b/examples/tutorials/gettingStartedQml/parts/part3/TextArea.qml
index 426f03427d..426f03427d 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/TextArea.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part3/TextArea.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/TextEditor.qml b/examples/tutorials/gettingStartedQml/parts/part3/TextEditor.qml
index 245ba97d68..245ba97d68 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/TextEditor.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part3/TextEditor.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/images/arrow.png b/examples/tutorials/gettingStartedQml/parts/part3/images/arrow.png
index 14978c2e56..14978c2e56 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/images/arrow.png
+++ b/examples/tutorials/gettingStartedQml/parts/part3/images/arrow.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/pics/qml-texteditor3_texteditor.png b/examples/tutorials/gettingStartedQml/parts/part3/pics/qml-texteditor3_texteditor.png
index d0623b5a79..d0623b5a79 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/pics/qml-texteditor3_texteditor.png
+++ b/examples/tutorials/gettingStartedQml/parts/part3/pics/qml-texteditor3_texteditor.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part3/qml-texteditor3.qmlproject b/examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject
index d4909f8685..d4909f8685 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part3/qml-texteditor3.qmlproject
+++ b/examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/Button.qml b/examples/tutorials/gettingStartedQml/parts/part4/Button.qml
index 2fc282451a..2fc282451a 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/EditMenu.qml b/examples/tutorials/gettingStartedQml/parts/part4/EditMenu.qml
index 99f1d458da..99f1d458da 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/EditMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/EditMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/FileMenu.qml b/examples/tutorials/gettingStartedQml/parts/part4/FileMenu.qml
index 06e802283c..06e802283c 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/FileMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/FileMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/MenuBar.qml b/examples/tutorials/gettingStartedQml/parts/part4/MenuBar.qml
index 857b6c392d..857b6c392d 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/MenuBar.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/MenuBar.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml b/examples/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml
index a85910ebda..a85910ebda 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/SimpleButton.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/TextArea.qml b/examples/tutorials/gettingStartedQml/parts/part4/TextArea.qml
index 2ba47c896f..2ba47c896f 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/TextArea.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/TextArea.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/TextEditor.qml b/examples/tutorials/gettingStartedQml/parts/part4/TextEditor.qml
index 20d60e626b..20d60e626b 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/TextEditor.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part4/TextEditor.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/images/arrow.png b/examples/tutorials/gettingStartedQml/parts/part4/images/arrow.png
index 14978c2e56..14978c2e56 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/images/arrow.png
+++ b/examples/tutorials/gettingStartedQml/parts/part4/images/arrow.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/pics/qml-texteditor4_texteditor.png b/examples/tutorials/gettingStartedQml/parts/part4/pics/qml-texteditor4_texteditor.png
index a195fb87c3..a195fb87c3 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/pics/qml-texteditor4_texteditor.png
+++ b/examples/tutorials/gettingStartedQml/parts/part4/pics/qml-texteditor4_texteditor.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part4/qml-texteditor4.qmlproject b/examples/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject
index d4909f8685..d4909f8685 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part4/qml-texteditor4.qmlproject
+++ b/examples/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/textEditor.qml b/examples/tutorials/gettingStartedQml/parts/part5/TextEditor.qml
index 07bce8c33e..07bce8c33e 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/textEditor.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/TextEditor.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/Button.qml b/examples/tutorials/gettingStartedQml/parts/part5/core/Button.qml
index 35174b78f3..35174b78f3 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/Button.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/EditMenu.qml b/examples/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml
index dd7259156c..dd7259156c 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/EditMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileDialog.qml b/examples/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml
index 4268ca1426..4268ca1426 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileDialog.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml b/examples/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml
index b57baadc4c..b57baadc4c 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/MenuBar.qml b/examples/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml
index 42e2280bf0..42e2280bf0 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/MenuBar.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/TextArea.qml b/examples/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml
index 838df7a435..838df7a435 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/TextArea.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir b/examples/tutorials/gettingStartedQml/parts/part5/core/qmldir
index b8b0c7c431..b8b0c7c431 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir
+++ b/examples/tutorials/gettingStartedQml/parts/part5/core/qmldir
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/dialogPlugin.cpp b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp
index add6a63b99..add6a63b99 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/dialogPlugin.cpp
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/dialogPlugin.h b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h
index 27fc47cca6..27fc47cca6 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/dialogPlugin.h
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp
index fe1be107be..fe1be107be 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.h b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h
index 00aff95b8a..00aff95b8a 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.h
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.cpp b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp
index 2844274b24..2844274b24 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.cpp
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.h b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.h
index 200d6fbfa1..200d6fbfa1 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.h
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.h
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/filedialog.pro b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro
index 6247747003..6247747003 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/filedialog.pro
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/qmldir b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/qmldir
index 4a8d13d026..4a8d13d026 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/qmldir
+++ b/examples/tutorials/gettingStartedQml/parts/part5/filedialog/qmldir
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/images/arrow.png b/examples/tutorials/gettingStartedQml/parts/part5/images/arrow.png
index 14978c2e56..14978c2e56 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/images/arrow.png
+++ b/examples/tutorials/gettingStartedQml/parts/part5/images/arrow.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_editmenu.png b/examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_editmenu.png
index 27feed5e82..27feed5e82 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_editmenu.png
+++ b/examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_editmenu.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_filemenu.png b/examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_filemenu.png
index 4d8f9f22b2..4d8f9f22b2 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_filemenu.png
+++ b/examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_filemenu.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_newfile.png b/examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_newfile.png
index 680acfe839..680acfe839 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/pics/qml-texteditor5_newfile.png
+++ b/examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_newfile.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject b/examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject
index ed034dff3f..ed034dff3f 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/qml-texteditor5.qmlproject
+++ b/examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject
diff --git a/examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_editmenu.png b/examples/tutorials/gettingStartedQml/pics/qml-texteditor5_editmenu.png
index 27feed5e82..27feed5e82 100644
--- a/examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_editmenu.png
+++ b/examples/tutorials/gettingStartedQml/pics/qml-texteditor5_editmenu.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_filemenu.png b/examples/tutorials/gettingStartedQml/pics/qml-texteditor5_filemenu.png
index 4d8f9f22b2..4d8f9f22b2 100644
--- a/examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_filemenu.png
+++ b/examples/tutorials/gettingStartedQml/pics/qml-texteditor5_filemenu.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_newfile.png b/examples/tutorials/gettingStartedQml/pics/qml-texteditor5_newfile.png
index 680acfe839..680acfe839 100644
--- a/examples/tutorials/gettingStarted/gsQml/pics/qml-texteditor5_newfile.png
+++ b/examples/tutorials/gettingStartedQml/pics/qml-texteditor5_newfile.png
Binary files differ
diff --git a/examples/tutorials/gettingStarted/gsQml/texteditor.qml b/examples/tutorials/gettingStartedQml/texteditor.qml
index 186c2983e9..186c2983e9 100644
--- a/examples/tutorials/gettingStarted/gsQml/texteditor.qml
+++ b/examples/tutorials/gettingStartedQml/texteditor.qml
diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro
new file mode 100644
index 0000000000..0893449746
--- /dev/null
+++ b/examples/tutorials/tutorials.pro
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS += gettingStartedQml