From fccf0e29120f64a8b9b2a15b33971a648ab190e7 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 26 Sep 2014 15:00:14 +0200 Subject: Doc: Combine the extending QML tutorial chapters into a single example Combine the six examples associated with each tutorial chapter into a single, top-level example project 'extending-qml', with subprojects for each of the tutorial chapters. Clean up the docs, add links, and a note about a warning that the user may see when running the code in the first chapter. Task-number: QTBUG-32947 Change-Id: Idba4e2153817ab29f1afaf1947d1f2e25964e7b3 Reviewed-by: Leena Miettinen --- .../qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc (limited to 'examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc') diff --git a/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc b/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc new file mode 100644 index 0000000000..f1168aef3b --- /dev/null +++ b/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc @@ -0,0 +1,5 @@ + + + app.qml + + -- cgit v1.2.3