aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview/gameoflife/gameoflife.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tableview/gameoflife/gameoflife.pro')
-rw-r--r--examples/quick/tableview/gameoflife/gameoflife.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/quick/tableview/gameoflife/gameoflife.pro b/examples/quick/tableview/gameoflife/gameoflife.pro
index 98050b0d79..9c47a9b530 100644
--- a/examples/quick/tableview/gameoflife/gameoflife.pro
+++ b/examples/quick/tableview/gameoflife/gameoflife.pro
@@ -1,6 +1,11 @@
TEMPLATE = app
QT += quick qml
+
+CONFIG += qmltypes
+QML_IMPORT_NAME = GameOfLifeModel
+QML_IMPORT_MAJOR_VERSION = 1
+
SOURCES += \
main.cpp \
gameoflifemodel.cpp