summaryrefslogtreecommitdiff
path: root/doc/src/projects
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-03-14 16:02:01 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-03-14 16:12:10 +0100
commit7b088afbe95bce987e64b52ae509a2806c33e9b8 (patch)
tree3f86c186d4b0a936603d62560323530b9542e259 /doc/src/projects
parent2c42b06f00799231ac2d4c8b3daae09e7ae76b70 (diff)
downloadqt-creator-7b088afbe95bce987e64b52ae509a2806c33e9b8.tar.gz
Doc: don't use the term SDK in connection with Qt
Replace with "Qt distributions" or "installers" or rewrite in some other way. Remove references to installing Qt 4 SDK, because it is no longer available for downloading. Change-Id: I291f82702e21d953f2efbb0e634d6454b4bc17b9 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'doc/src/projects')
-rw-r--r--doc/src/projects/creator-projects-building-running.qdoc2
-rw-r--r--doc/src/projects/creator-projects-compilers.qdoc4
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc4
-rw-r--r--doc/src/projects/creator-projects-qt-versions.qdoc6
-rw-r--r--doc/src/projects/creator-projects-settings-overview.qdoc6
5 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/projects/creator-projects-building-running.qdoc b/doc/src/projects/creator-projects-building-running.qdoc
index bc937093d9..178ec45c29 100644
--- a/doc/src/projects/creator-projects-building-running.qdoc
+++ b/doc/src/projects/creator-projects-building-running.qdoc
@@ -63,7 +63,7 @@
\li \l{Connecting Mobile Devices}
- When you install tool chains for device types as part of an SDK,
+ When you install tool chains for device types as part of a Qt distribution,
the build and run settings for mobile device types might be set up
automatically. However, you might need to install and configure some
additional software on the devices to be able to connect to them
diff --git a/doc/src/projects/creator-projects-compilers.qdoc b/doc/src/projects/creator-projects-compilers.qdoc
index 261e788a93..299b0f4e3c 100644
--- a/doc/src/projects/creator-projects-compilers.qdoc
+++ b/doc/src/projects/creator-projects-compilers.qdoc
@@ -37,7 +37,7 @@
application on a particular platform.
\QC automatically detects the compilers that are registered by your system
- or by an SDK. You can add compilers to build applications by using other
+ or by an installer. You can add compilers to build applications by using other
compilers or by using additional versions of the automatically detected
compilers:
@@ -49,7 +49,7 @@
\li MinGW (Minimalist GNU for Windows) is a native software port of GCC
and GNU Binutils for use in the development of native Microsoft
Windows applications on Windows. MinGW is
- distributed together with \QC and Qt SDK for Windows.
+ distributed together with \QC and Qt installers for Windows.
\li Linux ICC (Intel C++ Compiler) is a group of C and C++ compilers
for Linux.
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index dbf3584a45..a8c5193f19 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -65,8 +65,8 @@
use \QC as a code editor and to fully control the steps and commands used to
build the project.
- You can install tools for mobile devices
- as part of an SDK. The \l{glossary-buildandrun-kit}{kits} and build and run settings for the
+ You can install tools for mobile devices as part of Qt distributions.
+ The \l{glossary-buildandrun-kit}{kits} and build and run settings for the
installed device types are set up automatically. However, you might need to
install and configure some additional software on the devices to be able to
connect to them from the development PC.
diff --git a/doc/src/projects/creator-projects-qt-versions.qdoc b/doc/src/projects/creator-projects-qt-versions.qdoc
index 8d5bfdc4e5..e63eeb0f97 100644
--- a/doc/src/projects/creator-projects-qt-versions.qdoc
+++ b/doc/src/projects/creator-projects-qt-versions.qdoc
@@ -32,11 +32,11 @@
\QC allows you to have multiple versions of Qt installed on your development
PC and use different versions to build your projects.
- For example, Qt 4 SDK contains special Qt versions for developing applications
- for mobile devices.
+ For example, device manufacturers provide special Qt versions for developing
+ applications for their devices.
\QC automatically detects the Qt versions that are registered by
- your system or by \QSDK. To view detailed information for each Qt
+ your system or by installers. To view detailed information for each Qt
version, select it in the list and select \gui Details in the
\gui {Qt version for} section. To add Qt versions, select
\gui {Tools > Options > Build & Run > Qt Versions}.
diff --git a/doc/src/projects/creator-projects-settings-overview.qdoc b/doc/src/projects/creator-projects-settings-overview.qdoc
index f883910353..c8b638a47b 100644
--- a/doc/src/projects/creator-projects-settings-overview.qdoc
+++ b/doc/src/projects/creator-projects-settings-overview.qdoc
@@ -30,9 +30,9 @@
\title Configuring Projects
- When you install an SDK for a target platform, such as Android or QNX, the
- build and run settings for the development
- targets delivered with the SDK might be set up automatically in \QC.
+ When you install Qt for a target platform, such as Android or QNX, the
+ build and run settings for the development targets might be set up
+ automatically in \QC.
To view and modify the settings for currently open projects, switch to the
\gui Projects mode by pressing \key Ctrl+5.