aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/adding/adding.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/adding/adding.pro')
-rw-r--r--examples/qml/referenceexamples/adding/adding.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/qml/referenceexamples/adding/adding.pro b/examples/qml/referenceexamples/adding/adding.pro
index ae135c7925..a4a677c3c4 100644
--- a/examples/qml/referenceexamples/adding/adding.pro
+++ b/examples/qml/referenceexamples/adding/adding.pro
@@ -1,4 +1,8 @@
QT = core qml
+CONFIG += qmltypes
+
+QML_IMPORT_NAME = People
+QML_IMPORT_MAJOR_VERSION = 1
SOURCES += main.cpp \
person.cpp