aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-09-05 12:38:24 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-09-05 17:00:48 +0200
commit5bbc6db28473de4ffb492c9cba1a39d6a8d1cb79 (patch)
tree019c4f1142020f9e99effe5c03a2be7719665c6b /doc
parentc29bf6f6525d435d69936576761b4a29102cd056 (diff)
Doc: remove Remote Compiler, as it is no longer supported
Change-Id: I98c7a66303a7b6c4a6e6a52a2a7fd85aef647d37 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/linux-mobile/creator-madde-emulator.qdoc2
-rw-r--r--doc/src/overview/creator-testing.qdoc2
-rw-r--r--doc/src/projects/creator-projects-building-running.qdoc9
-rw-r--r--doc/src/projects/creator-remote-compiler.qdoc84
-rw-r--r--doc/src/qtcreator.qdoc1
5 files changed, 2 insertions, 96 deletions
diff --git a/doc/src/linux-mobile/creator-madde-emulator.qdoc b/doc/src/linux-mobile/creator-madde-emulator.qdoc
index 692908edd4..587dda3d5b 100644
--- a/doc/src/linux-mobile/creator-madde-emulator.qdoc
+++ b/doc/src/linux-mobile/creator-madde-emulator.qdoc
@@ -27,7 +27,7 @@
\contentspage index.html
\previouspage creator-build-process-customizing.html
\page creator-maemo-emulator.html
- \nextpage creator-remote-compiler.html
+ \nextpage creator-testing.html
\title Using Maemo or MeeGo Harmattan Emulator
diff --git a/doc/src/overview/creator-testing.qdoc b/doc/src/overview/creator-testing.qdoc
index e482c673ca..226eaf6e46 100644
--- a/doc/src/overview/creator-testing.qdoc
+++ b/doc/src/overview/creator-testing.qdoc
@@ -25,7 +25,7 @@
/*!
\contentspage index.html
- \previouspage creator-remote-compiler.html
+ \previouspage creator-maemo-emulator.html
\page creator-testing.html
\nextpage creator-debugging.html
diff --git a/doc/src/projects/creator-projects-building-running.qdoc b/doc/src/projects/creator-projects-building-running.qdoc
index 75dc88ca45..525909bc7d 100644
--- a/doc/src/projects/creator-projects-building-running.qdoc
+++ b/doc/src/projects/creator-projects-building-running.qdoc
@@ -108,15 +108,6 @@
development PC than to use the emulators. The emulator is installed
as part of the \QSDK.
- \o \l{Building with Remote Compiler}
-
- You can use a compilation service at Nokia Developer to build Qt
- applications and create installation packages for mobile device
- targets when you do not have the necessary tool chains and SDKs
- installed or they are not supported on the development PC. You can
- choose from a set of supported devices. You can install the Remote
- Compiler target as part of the \QSDK.
-
\endlist
*/
diff --git a/doc/src/projects/creator-remote-compiler.qdoc b/doc/src/projects/creator-remote-compiler.qdoc
deleted file mode 100644
index b31077d9b0..0000000000
--- a/doc/src/projects/creator-remote-compiler.qdoc
+++ /dev/null
@@ -1,84 +0,0 @@
-/****************************************************************************
-**
-** This file is part of Qt Creator
-**
-** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
-**
-** Contact: http://www.qt-project.org/
-**
-**
-** GNU Free Documentation License
-**
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of this
-** file.
-**
-**
-****************************************************************************/
-
-// **********************************************************************
-// NOTE: the sections are not ordered by their logical order to avoid
-// reshuffling the file each time the index order changes (i.e., often).
-// Run the fixnavi.pl script to adjust the links to the index order.
-// **********************************************************************
-
-/*!
- \contentspage index.html
- \previouspage creator-maemo-emulator.html
- \page creator-remote-compiler.html
- \nextpage creator-testing.html
-
- \title Building with Remote Compiler
-
- The \gui {Remote Compiler} target is an interface to a compilation service
- at Nokia Developer. It provides a simple, standardized environment for
- building Qt applications and creating installation packages for mobile
- device targets when you do not have the necessary tool chains and SDKs
- installed or they are not supported on the development PC. You can choose
- from a set of supported devices.
-
- You need a Nokia Developer user account to use the Remote Compiler. You can
- create an account for free at \l{http://www.developer.nokia.com/}
- {Nokia Developer}.
-
- \note Remote Compiler is an experimental component that is installed as
- part of \QSDK.
-
- \list 1
-
- \o Select \gui {Start > \QSDK > Maintain \QSDK} to open the
- \gui {Maintain \QSDK} tool.
-
- \o In the \gui {Package Manager}, select \gui {Experimental >
- Remote Compiler} to install Remote Compiler.
-
- \o In \QC, choose \gui {Tools > Options > Build & Run > Remote Compiler}
- to log on to Nokia Developer.
-
- \image remotecompiler-fn-logon.png "Remote Compiler options"
-
- \o Choose \gui {Projects}.
-
- \o Click
- \inlineimage qtcreator-qt4-addbutton.png "Add Target button"
- and select \gui {Remote Compiler} to add Remote Compiler as a
- target.
-
- \o Click \gui Add to add mobile device platforms as build
- configurations.
-
- \o Click the \gui {Target Selector} and select a build configuration.
-
- \o Choose \gui {Build > Build All}.
-
- \endlist
-
- The installation package is generated in the \gui {Build directory} on
- the development PC.
-
- For more information about Remote Compiler, choose \gui {Help > Contents >
- Remote Compiler Manual}. The document is added during the installation of
- Remote Compiler.
-
-*/
diff --git a/doc/src/qtcreator.qdoc b/doc/src/qtcreator.qdoc
index 44e6632004..d1752bcd35 100644
--- a/doc/src/qtcreator.qdoc
+++ b/doc/src/qtcreator.qdoc
@@ -249,7 +249,6 @@
\endlist
\o \l{Customizing the Build Process}
\o \l{Using Maemo or MeeGo Harmattan Emulator}
- \o \l{Building with Remote Compiler}
\endlist
\o \l{Debugging and Analyzing}
\list