aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/fboitem/fboitem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/fboitem/fboitem.pro')
-rw-r--r--examples/quick/scenegraph/fboitem/fboitem.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/fboitem/fboitem.pro b/examples/quick/scenegraph/fboitem/fboitem.pro
index e40e5f4cf8..180c2288e2 100644
--- a/examples/quick/scenegraph/fboitem/fboitem.pro
+++ b/examples/quick/scenegraph/fboitem/fboitem.pro
@@ -1,5 +1,9 @@
QT += qml quick
+CONFIG += qmltypes
+QML_IMPORT_NAME = SceneGraphRendering
+QML_IMPORT_MAJOR_VERSION = 1
+
HEADERS += fboinsgrenderer.h
SOURCES += fboinsgrenderer.cpp main.cpp