From 2caaeabdc62eefba037619e2c5b3bab57369c347 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 18 Mar 2014 14:12:28 +0100 Subject: Doc: Switch to use the global Qt template for example docs Switch to use the global Qt documentation template, remove local copy of the template, and clean up the documentation configuration. Task-number: QTEE-392 Change-Id: Ib026725696aa1302572558f73ea89f683867939c Reviewed-by: Gatis Paeglis --- doc/b2qt-demos.qdocconf | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'doc/b2qt-demos.qdocconf') diff --git a/doc/b2qt-demos.qdocconf b/doc/b2qt-demos.qdocconf index d1dec94..d01a251 100644 --- a/doc/b2qt-demos.qdocconf +++ b/doc/b2qt-demos.qdocconf @@ -27,18 +27,11 @@ qhp.QtEnterpriseEmbeddedDemos.virtualFolder = b2qt-demos qhp.QtEnterpriseEmbeddedDemos.indexTitle = Qt Enterprise Embedded Examples and Demos qhp.QtEnterpriseEmbeddedDemos.indexRoot = -qhp.QtEnterpriseEmbeddedDemos.subprojects = demos -qhp.QtEnterpriseEmbeddedDemos.subprojects.demos.title = Qt Enterprise Embedded Examples and Demos -qhp.QtEnterpriseEmbeddedDemos.subprojects.demos.indexTitle = Qt Enterprise Embedded Examples and Demos - -manifestmeta.filters = thumbnail -#manifestmeta.thumbnail.attributes = "imageUrl:qthelp\://com.digia.b2qt-demos.200/b2qt-demos/images/b2qt-demo.png" -manifestmeta.thumbnail.tags = "b2qt,qtee" -manifestmeta.thumbnail.names = "QtEnterpriseEmbeddedDemos/*" - -# Add an image used in example manifests to qhp -HTML.extraimages += images/b2qt-demo.png -qhp.QtEnterpriseEmbeddedDemos.extraFiles += images/b2qt-demo.png +qhp.QtEnterpriseEmbeddedDemos.subprojects = demos + +manifestmeta.filters = b2qt +manifestmeta.b2qt.tags = "b2qt,qtee" +manifestmeta.b2qt.names = "QtEnterpriseEmbeddedDemos/*" macro.B2Q = "Boot to Qt" macro.SDK = "Qt Enterprise Embedded" -- cgit v1.2.3 From a814db351914634de33d88e43da92c327adbd057 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 10 Apr 2014 10:48:30 +0200 Subject: Doc: Update documentation version to 2.1.0 Change-Id: Ia4ec89fa954c1c3fd94b45d607739d2cfd49745d Reviewed-by: Samuli Piippo --- doc/b2qt-demos.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/b2qt-demos.qdocconf') diff --git a/doc/b2qt-demos.qdocconf b/doc/b2qt-demos.qdocconf index d01a251..0a8712f 100644 --- a/doc/b2qt-demos.qdocconf +++ b/doc/b2qt-demos.qdocconf @@ -6,7 +6,7 @@ sourceencoding = UTF-8 project = QtEnterpriseEmbeddedDemos description = Qt Enterprise Embedded Examples and Demos -version = 2.0.0 +version = 2.1.0 sourcedirs = . imagedirs += images @@ -22,7 +22,7 @@ examplesinstallpath = ../../../Boot2Qt-2.x/sources/b2qt-demos/basicsuit qhp.projects = QtEnterpriseEmbeddedDemos qhp.QtEnterpriseEmbeddedDemos.file = b2qt-demos.qhp -qhp.QtEnterpriseEmbeddedDemos.namespace = com.digia.b2qt-demos.200 +qhp.QtEnterpriseEmbeddedDemos.namespace = com.digia.b2qt-demos.210 qhp.QtEnterpriseEmbeddedDemos.virtualFolder = b2qt-demos qhp.QtEnterpriseEmbeddedDemos.indexTitle = Qt Enterprise Embedded Examples and Demos qhp.QtEnterpriseEmbeddedDemos.indexRoot = -- cgit v1.2.3