From ad5ae0d751e42a9ca6def5d98b2db740f195c16f Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 29 Apr 2013 15:01:32 +0200 Subject: Doc: Move example docs related to QtQml under the correct module This change moves 'Extending QML' qdoc file and the tutorials from examples/quick to examples/qml, which is the correct location for them. Change-Id: I24bd9dfa75baaab7bc8efe08489f09a7b65d98a6 Reviewed-by: Jerome Pasion Reviewed-by: Sze Howe Koh Reviewed-by: Alan Alpert --- .../qml/tutorials/extending/chapter2-methods/chapter2-methods.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro (limited to 'examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro') diff --git a/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro b/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro new file mode 100644 index 0000000000..8ed66f8b66 --- /dev/null +++ b/examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro @@ -0,0 +1,5 @@ +QT += qml quick + +HEADERS += piechart.h +SOURCES += piechart.cpp \ + main.cpp -- cgit v1.2.3