aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qtquick2drenderer.qdocconf31
-rw-r--r--doc/qtquick2drenderer_overview.qdoc26
-rw-r--r--scenegraph-raster.pro7
3 files changed, 64 insertions, 0 deletions
diff --git a/doc/qtquick2drenderer.qdocconf b/doc/qtquick2drenderer.qdocconf
new file mode 100644
index 0000000000..e69961c00f
--- /dev/null
+++ b/doc/qtquick2drenderer.qdocconf
@@ -0,0 +1,31 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+navigation.homepage = "Qt Quick 2D Renderer"
+buildversion = "Qt Quick 2D Renderer $QT_VERSION Reference Documentation"
+
+project = QtQuick2dRenderer
+description = Qt Quick 2D Renderer
+version = $QT_VERSION
+
+sourcedirs += .
+headerdirs += .
+
+imagedirs += images
+
+depends += qtcore qtgui qtquick
+
+qhp.projects = QtQuick2dRenderer
+
+qhp.QtQuick2dRenderer.file = qtquick2drenderer.qhp
+qhp.QtQuick2dRenderer.namespace = com.digia.qtquick2drenderer.$QT_VERSION_TAG
+qhp.QtQuick2dRenderer.virtualFolder = qtquick2drenderer
+qhp.QtQuick2dRenderer.indexTitle = Qt Quick 2D Renderer
+
+qhp.QtQuick2dRenderer.filterAttributes = qtquick2drenderer $QT_VERSION
+qhp.QtQuick2dRenderer.customFilters.Qt.name = QtQuick2dRenderer $QT_VERSION
+qhp.QtQuick2dRenderer.customFilters.Qt.filterAttributes = qtquick2drenderer $QT_VERSION
+
+qhp.QtQuick2dRenderer.subprojects = manual
+qhp.QtQuick2dRenderer.subprojects.manual.title = Qt Quick 2D Renderer
+qhp.QtQuick2dRenderer.subprojects.manual.indexTitle = Qt Quick 2D Renderer
+qhp.QtQuick2dRenderer.subprojects.manual.type = manual
diff --git a/doc/qtquick2drenderer_overview.qdoc b/doc/qtquick2drenderer_overview.qdoc
new file mode 100644
index 0000000000..8d6e37f312
--- /dev/null
+++ b/doc/qtquick2drenderer_overview.qdoc
@@ -0,0 +1,26 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of QtQuick 2D Renderer.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+****************************************************************************/
+
+/*!
+\page qtquick2drenderer-index.html
+\contentspage {qtquick2drenderer-index.html}{Contents}
+
+\title Qt Quick 2D Renderer
+
+The Qt Quick 2D Renderer is a scenegraph plugin that allows QtQuick 2 applications to be run on systems without support for OpenGL.
+*/
diff --git a/scenegraph-raster.pro b/scenegraph-raster.pro
index 58c33f27ca..d1417303b8 100644
--- a/scenegraph-raster.pro
+++ b/scenegraph-raster.pro
@@ -1 +1,8 @@
load(qt_parts)
+
+QMAKE_DOCS = $$PWD/doc/qtquick2drenderer.qdocconf
+load(qt_docs)
+OTHER_FILES += \
+ doc/qtquick2drenderer_overview.qdoc \
+ doc/qtquick2drenderer.qdocconf
+