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