aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/properties/properties.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/properties/properties.pro')
-rw-r--r--examples/qml/referenceexamples/properties/properties.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/qml/referenceexamples/properties/properties.pro b/examples/qml/referenceexamples/properties/properties.pro
index 101c878abd..6697afa2c5 100644
--- a/examples/qml/referenceexamples/properties/properties.pro
+++ b/examples/qml/referenceexamples/properties/properties.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