aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview/pixelator/pixelator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tableview/pixelator/pixelator.pro')
-rw-r--r--examples/quick/tableview/pixelator/pixelator.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/tableview/pixelator/pixelator.pro b/examples/quick/tableview/pixelator/pixelator.pro
index a34456ff0b..188f55ebc3 100644
--- a/examples/quick/tableview/pixelator/pixelator.pro
+++ b/examples/quick/tableview/pixelator/pixelator.pro
@@ -6,6 +6,10 @@ HEADERS += imagemodel.h
SOURCES += main.cpp \
imagemodel.cpp
+CONFIG += qmltypes
+QML_IMPORT_NAME = ImageModel
+QML_IMPORT_MAJOR_VERSION = 1
+
RESOURCES += qt.png main.qml
target.path = $$[QT_INSTALL_EXAMPLES]/quick/tableview/pixelator