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 --- examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro (limited to 'examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro') diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro b/examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro new file mode 100644 index 0000000000..c55db00d27 --- /dev/null +++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro @@ -0,0 +1,10 @@ +TARGET = chapter6-plugins +QT += qml quick + +# Avoid going to debug/release subdirectory +# so that our application will see the +# import path for the Charts module. +win32: DESTDIR = ./ + +SOURCES += main.cpp +RESOURCES += app.qrc -- cgit v1.2.3