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