summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@digia.com>2012-08-01 09:19:04 +0300
committerLars Knoll <lars.knoll@nokia.com>2012-08-02 07:50:02 +0200
commit92e56f034c1296eaa05af21ff1edc64d31c61fde (patch)
tree2f243a5041e2aa48f21be037701d515378c5c943
parentf7bb2c90b4f4695f0409c86f319d10eabb0fb277 (diff)
Register Qt5 documentation operation added for Beta installer
Added RegisterDocumentation operation for Qt5 src component. This is temporary solution for Beta. In final the documentation should be put as separate component. Change-Id: Ib9228ec50a3df1f0f4ac0aa526d7437d5ddbf63b Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
-rw-r--r--release-tools/configurations/pkg_beta/qt.sdk.src.qt.500_beta/meta/installscript.qs4
1 files changed, 4 insertions, 0 deletions
diff --git a/release-tools/configurations/pkg_beta/qt.sdk.src.qt.500_beta/meta/installscript.qs b/release-tools/configurations/pkg_beta/qt.sdk.src.qt.500_beta/meta/installscript.qs
index c8d9c1b..1efd9c1 100644
--- a/release-tools/configurations/pkg_beta/qt.sdk.src.qt.500_beta/meta/installscript.qs
+++ b/release-tools/configurations/pkg_beta/qt.sdk.src.qt.500_beta/meta/installscript.qs
@@ -21,6 +21,10 @@ checkWhetherStopProcessIsNeeded = function()
Component.prototype.createOperations = function()
{
component.createOperations();
+ // register qt5 documentation
+ // TODO, this is temporary solution fot Beta only! In final the documentation should be
+ // put in separate installable component
+ component.addOperation("RegisterDocumentation" , installer.value("TargetDir") + "%TARGET_INSTALL_DIR%" + "/qtdoc/doc/qch/qt.qch"));
}