aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-02-12 13:49:43 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-02-19 11:26:05 +0100
commit8ccc86d31933054edc02487d29328e109e4a1bc4 (patch)
treeda2f63af67d19cdd2771b57b132ff23372bcd100 /examples
parentd89dde522a67f6fb01f9879f45871efed5e35793 (diff)
Doc: Update documentation for "extending" example
It referred to qmlRegisterType() even though we don't call it anymore. Change-Id: Ib07e4428d032e789d705156ddc4c9589fd797c65 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro b/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro
index 294a9ad0e8..1f777d2ea8 100644
--- a/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro
+++ b/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro
@@ -1,8 +1,10 @@
QT += qml quick
+#![0]
CONFIG += qmltypes
QML_IMPORT_NAME = Charts
QML_IMPORT_MAJOR_VERSION = 1
+#![0]
HEADERS += piechart.h
SOURCES += piechart.cpp \