From 0ce7f8ac3dc09ae90ba8dd7d6627a0ad7a869040 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 2 Apr 2013 14:54:14 +0200 Subject: doc: Minor changes to qdocconf file - substitute fixed version numbers with variables - add url field - add version field - add description field Change-Id: Ia77b944ce13f8fe911c4fb86c52640ebf748fc99 Reviewed-by: Oswald Buddenhagen Reviewed-by: David Faure (KDE) --- src/x11extras/doc/qtx11extras.qdocconf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/x11extras/doc/qtx11extras.qdocconf b/src/x11extras/doc/qtx11extras.qdocconf index da6fd58..1f40470 100644 --- a/src/x11extras/doc/qtx11extras.qdocconf +++ b/src/x11extras/doc/qtx11extras.qdocconf @@ -1,7 +1,10 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) # Name of the project which must match the outputdir. Determines the .index file -project = qtx11extras +project = qtx11extras +description = Qt X11 Extras Reference Documentation +url = http://qt-project.org/doc/qt-$QT_VER/qtx11extras +version = $QT_VERSION # Directories in which to search for files to document and images. # By default set to the root directory of the project for sources @@ -32,7 +35,7 @@ qhp.qtx11extras.file = qtx11extras.qhp # Namespace for the output file. This namespace is used to distinguish between # different documentation files in Creator/Assistant. -qhp.qtx11extras.namespace = org.qt-project.qtx11extras.500 +qhp.qtx11extras.namespace = org.qt-project.qtx11extras.$QT_VERSION_TAG # Title for the package, will be the main title for the package in # Assistant/Creator. -- cgit v1.2.1