diff options
author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-02-18 16:08:56 +0100 |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-02-18 16:08:56 +0100 |
commit | db4289240d1f031a218871bb78a2da59e58f7244 (patch) | |
tree | d46acc163c5943b599d4fe782dc28843365e9cef | |
parent | b87ed762241f6415c20338ccf896ab9beb3d7cea (diff) | |
parent | 5717e881ae7246e3ab2e1df12af73378ebaad824 (diff) | |
download | qtgraphicaleffects-db4289240d1f031a218871bb78a2da59e58f7244.tar.gz |
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: I7fab4ce7041dc8b7dc93d09d2c026be23975d58d
-rw-r--r-- | src/effects/doc/qtgraphicaleffects.qdocconf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/effects/doc/qtgraphicaleffects.qdocconf b/src/effects/doc/qtgraphicaleffects.qdocconf index 3be69c1..71d2c08 100644 --- a/src/effects/doc/qtgraphicaleffects.qdocconf +++ b/src/effects/doc/qtgraphicaleffects.qdocconf @@ -2,20 +2,20 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtGraphicalEffects description = Qt Graphical Effects Reference Documentation -url = http://qt-project.org/doc/qtgraphicaleffects/ -version = 5.0.1 +url = http://qt-project.org/doc/qt-$QT_VER/qtgraphicaleffects/ +version = $QT_VERSION qhp.projects = QtGraphicalEffects qhp.QtGraphicalEffects.file = qtgraphicaleffects.qhp -qhp.QtGraphicalEffects.namespace = org.qt-project.qtgraphicaleffects.501 +qhp.QtGraphicalEffects.namespace = org.qt-project.qtgraphicaleffects.$QT_VERSION_TAG qhp.QtGraphicalEffects.virtualFolder = qtgraphicaleffects qhp.QtGraphicalEffects.indexTitle = Qt Graphical Effects qhp.QtGraphicalEffects.indexRoot = -qhp.QtGraphicalEffects.filterAttributes = qtgraphicaleffects 5.0.1 qtrefdoc -qhp.QtGraphicalEffects.customFilters.Qt.name = QtGraphicalEffects 5.0.1 -qhp.QtGraphicalEffects.customFilters.Qt.filterAttributes = qtgraphicaleffects 5.0.1 +qhp.QtGraphicalEffects.filterAttributes = qtgraphicaleffects $QT_VERSION qtrefdoc +qhp.QtGraphicalEffects.customFilters.Qt.name = QtGraphicalEffects $QT_VERSION +qhp.QtGraphicalEffects.customFilters.Qt.filterAttributes = qtgraphicaleffects $QT_VERSION qhp.QtGraphicalEffects.subprojects = qmltypes qhp.QtGraphicalEffects.subprojects.qmltypes.title = QML Types |