From 4cd5eeee9e2aa1c99c819b0726edb33d89b06d4f Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Fri, 6 May 2011 11:26:53 +0200 Subject: added new registerqtv2operation --- doc/scripting.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/scripting.qdoc') diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc index ece1e0fce..5a94aba8c 100644 --- a/doc/scripting.qdoc +++ b/doc/scripting.qdoc @@ -202,6 +202,15 @@ 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. -- cgit v1.2.3