summaryrefslogtreecommitdiffstats
path: root/doc/scripting.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-19 15:33:54 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-20 11:25:58 +0100
commit9547c3ff712665eeccfd54ce44376ec6401373e8 (patch)
treeb3be6df03ed785d77b8abf4aec22a49a205d6726 /doc/scripting.qdoc
parent23c08c852bd7d82c601aa73b62e30c43bc24c708 (diff)
Mark "os" variable as deprecated
Mark installer.variable("os") as deprecated, and replace it with systemInfo.productType in the examples. Change-Id: Ic86af21369cd066fc003b268f001101b642f6d2d Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'doc/scripting.qdoc')
-rw-r--r--doc/scripting.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc
index 986ca87ac..e8bce396d 100644
--- a/doc/scripting.qdoc
+++ b/doc/scripting.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Installer Framework.
@@ -250,6 +250,8 @@
\row
\li os
\li Current platform: \c "x11", \c "win", or \c "mac".
+
+ This variable is deprecated: Use \l systemInfo instead.
\row
\li RootDir
\li Root directory of the filesystem.