summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-05-06 11:21:06 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-05-06 11:21:06 +0200
commit210e7936b0ff742cfb29461d5cbcfd63cd950205 (patch)
treeb007891bbbdf9e075bb398d05e60b430dc6ceff9 /doc
parent10fe04128a5d848b22764989b4a0744d69efd903 (diff)
Revert "added new registerqtv2operation"
This reverts commit 10fe04128a5d848b22764989b4a0744d69efd903.
Diffstat (limited to 'doc')
-rw-r--r--doc/scripting.qdoc9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc
index 5a94aba8c..ece1e0fce 100644
--- a/doc/scripting.qdoc
+++ b/doc/scripting.qdoc
@@ -202,15 +202,6 @@
a \a description, a \a contentType and an \a icon. This is currently only supported on Windows.
- \section2 RegisterQtInCreatorV2
-
- \bold Syntax: "RegisterQtInCreatorV2", \a displayname, \a qt_or_qmake_path, [\a system_root, [\a sbs_path]].
-
- Registers the Qt version \a displayname to Qt Creator with \a qt_or_qmake_path (if the path does not end with the qmake binary, it will add bin/qmake to the path automatically). Optionally, you can specify a\ system_root which. For Symbian SDKs the instance root will be where Qt Creator will find the Symbian SDK root (EPOCROOT).  For Symbian SDKs supporting sbs, you add the \a sbs_path .
-
- \note The minimum Qt Creator version it supports is 2.2
-
-
\section1 Custom Operations
It is possible to register custom installation operations in the Installer. This works by deriving KDUpdater::UpdateOperation.