diff --git a/doc/api/first-plugin.qdoc b/doc/api/first-plugin.qdoc index 928103bf784e80253638c9a72a48acc6400a76e6..e2f9162f14a59992267972a7d9404d538a320f1f 100644 --- a/doc/api/first-plugin.qdoc +++ b/doc/api/first-plugin.qdoc @@ -39,7 +39,7 @@ your plugin with. \list 1 - \o Select \gui{File > New File or Project > Other Qt Project > Qt Creator Plugin > Choose}. + \o Select \gui{File > New File or Project > Libraries > Qt Creator Plugin > Choose}. \image firstplugin-wizard.png "Choose the \QC Plugin Wizard" @@ -52,12 +52,12 @@ from the project name. You will choose that name later in the wizard. Continue to the next page. - The \gui{Target Setup} dialog opens. + The \gui{Kit Selection} dialog opens. - \image firstplugin-target.png "Choose the Desktop Target and Matching Qt" + \image firstplugin-kitselection.png "Choose the kit to build and run your project with" - \o Select the target and Qt version to build your project with. - For a \QC plugin this needs to be the \gui{Desktop} target, + \o Select the \l{glossary-buildandrun-kit}{kit} to build and run your project with. + For a \QC plugin this needs to be a kit with \gui{Desktop} device type, and a Qt version that is compatible with the Qt version that your \QC was built with (in the best case the exact same build). If you use an incompatible Qt version to build your plugin, you diff --git a/doc/api/images/firstplugin-target.png b/doc/api/images/firstplugin-kitselection.png similarity index 100% rename from doc/api/images/firstplugin-target.png rename to doc/api/images/firstplugin-kitselection.png diff --git a/doc/images/qtcreator-target-selector.png b/doc/images/qtcreator-kit-selector.png similarity index 100% rename from doc/images/qtcreator-target-selector.png rename to doc/images/qtcreator-kit-selector.png diff --git a/doc/src/analyze/creator-valgrind-overview.qdoc b/doc/src/analyze/creator-valgrind-overview.qdoc index 7d4db5c742b8cb3ae52e0819de2d4d0522013a2d..2b525a570e0ac94d0cfa142d6d7e94d852ba111b 100644 --- a/doc/src/analyze/creator-valgrind-overview.qdoc +++ b/doc/src/analyze/creator-valgrind-overview.qdoc @@ -37,8 +37,8 @@ to use them from \QC. To run the Valgrind tools on a remote host over SSH, select \gui {Analyze - > Valgrind Analyze Memory (Remote)} or \gui {Valgrind Function Profile - (Remote)}. + > Valgrind Analyze Memory (External)} or \gui {Valgrind Function Profile + (External)}. To stop the currently running analyzer, select \gui {Analyze > Stop}. diff --git a/doc/src/analyze/creator-valgrind.qdoc b/doc/src/analyze/creator-valgrind.qdoc index a25fbdbfd4c895a377f54125f56fd8fbce120493..6ec02400da6f09d988d90cd66f9c11fb7d85de74 100644 --- a/doc/src/analyze/creator-valgrind.qdoc +++ b/doc/src/analyze/creator-valgrind.qdoc @@ -252,15 +252,13 @@ \list 1 - \o Select \gui {Analyze > Valgrind Analyze Memory (Remote)} or - \gui {Valgrind Function Profile (Remote)}. + \o Select \gui {Analyze > Valgrind Analyze Memory (External)} or + \gui {Valgrind Function Profile (External)}. - \image qtcreator-valgrind-remote-settings.png "Start Debugger dialog" + \image qtcreator-valgrind-remote-settings.png "Start Analyzer dialog" - \o In the \gui Remote group, specify the connection to the remote host. - - \o In the \gui Target group, specify the application to run and analyze - on the remote host. + \o Specify the application to run and analyze, and the \l{glossary-buildandrun-kit}{kit} + to use. \endlist diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc index 45f0b539159bfba212f2b754b0741acbe2535b88..916b6dfc2823116e3ac93b73ea58eac7573c2946 100644 --- a/doc/src/analyze/qtquick-profiler.qdoc +++ b/doc/src/analyze/qtquick-profiler.qdoc @@ -87,7 +87,7 @@ \section1 Attaching to Running Qt Quick Applications To profile Qt Quick applications that are not launched by \QC, select - \gui {Analyze > QML Profiler (Remote)}. You must enable QML debugging for + \gui {Analyze > QML Profiler (External)}. You must enable QML debugging for the application in the project build settings. For more information, see \l{Setting Up QML Debugging}. diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc index 48bb265603a13da6d7cdc782556ce0bc8e20673c..ab9d0a91629051e80fda9cffb173596fa0c038a3 100644 --- a/doc/src/android/androiddev.qdoc +++ b/doc/src/android/androiddev.qdoc @@ -32,8 +32,10 @@ and analyze applications on them from \QC. If you have a tool chain for building applications for Android devices - installed on the development PC, you can add it to \QC. You can then select - the \gui {Android} target to run applications on Android devices. + installed on the development PC, you can add it to \QC. You can then add a + \l{glossary-buildandrun-kit}{kit} + with the Android device type, the tool chain, and the Qt version for Android, + to build and run applications on Android devices. \section1 Requirements diff --git a/doc/src/debugger/creator-debugger-setup.qdoc b/doc/src/debugger/creator-debugger-setup.qdoc index 016b21c9c3d388ce889e7e50e4eee1c7c33b35e6..ea369f2800bab221fdcd17041a9874eec479b597 100644 --- a/doc/src/debugger/creator-debugger-setup.qdoc +++ b/doc/src/debugger/creator-debugger-setup.qdoc @@ -32,10 +32,10 @@ \title Setting Up Debugger - The main debugger settings are associated with the build - \l{glossary-development-target}{target} of your project. To specify the - debugger and compiler to use for each build target, select \gui Tools > - \gui Options > \gui {Build and Run} > \gui Targets. + The main debugger settings are associated with the + \l{glossary-buildandrun-kit}{kit} you build and run your project with. To specify the + debugger and compiler to use for each kit, select \gui Tools > + \gui Options > \gui {Build and Run} > \gui Kits. You need to set up the debugger only if the automatic setup fails, because the native debugger is missing (as is usually the @@ -45,8 +45,9 @@ want to use a locally installed replacement instead). \note If you need to change the debugger to use for an automatically - detected target, you can \gui{Clone} the target and change the parameters in - the clone. Make sure to select the cloned target for your project. + detected \l{glossary-buildandrun-kit}{kit}, + you can \gui{Clone} the kit and change the parameters in + the clone. Make sure to select the cloned kit for your project. \note To use the debugging tools for Windows, you must install them and add the Symbol Server provided by Microsoft to the symbol search @@ -54,7 +55,7 @@ Server in Windows}. \note To use the Free Software Foundation (FSF) version of GDB on - Mac OS, you must sign it and modify your target settings. + Mac OS, you must sign it and modify your \l{glossary-buildandrun-kit}{kit} settings. This section explains the options you have for debugging C++ code and provides installation notes for the supported native debuggers. @@ -185,8 +186,7 @@ \o On Linux and Windows, use the Python-enabled GDB versions that are installed when you install \QC and Qt SDK. On Mac OS X, use the GDB provided with Xcode. - For a custom \l{glossary-development-target}{target}, you can - build your own Python-enabled GDB. Follow the instructions in + You can also build your own Python-enabled GDB. Follow the instructions in \l{http://developer.qt.nokia.com/wiki/QtCreatorBuildGdb} {Building GDB}. @@ -234,7 +234,7 @@ supports Python from \l{ftp://ftp.qt.nokia.com/misc/gdb/7.2/gdb72_mac_platform.tar.bz2}. To use FSF GDB on Mac OS, you must sign it and add it to the \QC - targets. For more information, see + \l{glossary-buildandrun-kit}{kits}. For more information, see \l{Setting up FSF GDB for Mac OS}. \note The Mac OS X Snow Leopard (10.6) has a bug that might cause the @@ -272,7 +272,8 @@ \section1 Setting up FSF GDB for Mac OS - To use FSF GDB on Mac OS, you must sign it and add it to the \QC targets. + To use FSF GDB on Mac OS, you must sign it and add it to the \QC + \l{glossary-buildandrun-kit}{kits}. \list 1 @@ -313,13 +314,13 @@ \endcode \o In \QC, select \gui {Qt Creator > Preferences > Build & Run > - Targets} > \gui Add to create a build target that uses FSF GDB. + Kits} > \gui Add to create a kit that uses FSF GDB. \o In the \gui Debugger field, specify the path to FSF GDB (\c $HOME/gdb72/bin/fsfgdb, but with an explicit value for \c $HOME). - \o To use the debugger, add the target in the \gui {Build Settings} + \o To use the debugger, add the kit in the \gui {Build Settings} of the project. \endlist diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 9386f794d28d7945e402657515379738e2fdb4ea..284608e9b31f2f6bd6aadd929a7cb258572c6ea4 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -252,9 +252,9 @@ While this setup might look daunting, it is mostly invisible to the user of \QC. To start debugging on a remote target with the - necessary helper processes running, select the target in - \gui{Projects > Build Settings} - or in the \gui{Debug > Start Debugging} menu. + necessary helper processes running, select the corresponding + \l{glossary-buildandrun-kit}{kit} in + \gui{Projects > Build & Run} or in the \gui{Debug > Start Debugging} menu. Special use cases, such as attaching to a running process on the target, might still require manual setup. @@ -693,8 +693,7 @@ which may contain both release and debug versions of the library. When you run applications on the Mac OS desktop, the release version of Frameworks is used by default. To step into Frameworks, select the \gui {Use debug versions of - Frameworks} option in the project run settings for \gui Desktop and - \gui {\QS} targets. + Frameworks} option in the project run settings. \section2 Viewing Threads @@ -792,7 +791,7 @@ To give the user simple access also to these items, \QC employs so-called Debugging Helpers. Debugging Helpers come in two varieties, compiled, and Python based, depending on the selected - \l{glossary-development-target}{target}. + \l{glossary-buildandrun-kit}{kit}. By default, Debugging Helpers are automatically and transparently used. To disable them, select \gui Tools > \gui Options > \gui Debugger > diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc index 6acdbed00098ffbc5b4022d32cad985e6dd422e2..36740492bfb64850e4bce424d42bc249898744a0 100644 --- a/doc/src/debugger/qtquick-debugging.qdoc +++ b/doc/src/debugger/qtquick-debugging.qdoc @@ -89,7 +89,7 @@ \o To debug applications on devices, check that Qt 4.7.4, or later, libraries are installed on the device and - \l{Running on Multiple Targets}{select the device as the target} + \l{Running on Multiple Targets}{select the corresponding kit for the device} before you start debugging. \endlist diff --git a/doc/src/howto/creator-keyboard-shortcuts.qdoc b/doc/src/howto/creator-keyboard-shortcuts.qdoc index b19ad8c398ec5c521a6318cdf6586e80d7d65ffc..3b5403f1f840cd789869a18a9e53117d3b1e7560 100644 --- a/doc/src/howto/creator-keyboard-shortcuts.qdoc +++ b/doc/src/howto/creator-keyboard-shortcuts.qdoc @@ -549,7 +549,7 @@ \o Open project \o Ctrl+Shift+O \row - \o Select build and run target + \o Select the \l{glossary-buildandrun-kit}{kit} to build and run your project with \o Ctrl+T \row \o Run diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index 17c9d9d3f97456955f293d566ab230c9295c24d9..30d7e9f3690af796b83a3560f221a9222279ea31 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -51,8 +51,8 @@ You can use the mode selector (1) to change to another \QC mode. - You can use the target selector (2) to select the - \l{glossary-development-target}{target} for running (3), debugging (4), or + You can use the kit selector (2) to select the + \l{glossary-buildandrun-kit}{kit} for running (3), debugging (4), or building (5) the application. Output from these actions is displayed in the output panes (7). diff --git a/doc/src/linux-mobile/creator-deployment-madde.qdoc b/doc/src/linux-mobile/creator-deployment-madde.qdoc index 08ab88c6ace610d756825d14d848eddf44d19368..5974f1117283de5a5406515b9be122b7afb8ab36 100644 --- a/doc/src/linux-mobile/creator-deployment-madde.qdoc +++ b/doc/src/linux-mobile/creator-deployment-madde.qdoc @@ -54,8 +54,8 @@ \image qtcreator-embedded-linux-deployment.png "Deploy to embedded Linux" - When you run the application on the \gui {Embedded Linux} target, \QC - deploys the application as specified by the deploy steps. By default, + When you run the application on the \gui {Embedded Linux} device, + \QC deploys the application as specified by the deploy steps. By default, \QC copies the application files to the device by using the SSH file transfer protocol (SFTP), as specified by the \gui {Upload files via SFTP} step. @@ -91,7 +91,7 @@ \section1 Creating Debian Installation Packages - When you run the application on the \gui{Maemo5} or \gui Harmattan target, + When you run the application on the \gui{Maemo5} or \gui Harmattan device, \QC generates a Debian installation package in the build directory by default. You can deliver the installation package to users for installation on devices that are of the same type and run the same firmware as the @@ -117,8 +117,9 @@ \note \QC automates this process for you. \QC provides templates for a set of files that must be included in Debian - packages. When you create a \gui Maemo5 or \gui Harmattan target for a - project, \QC asks whether packaging files are to be added to the project and + packages. When you start using a \l{glossary-buildandrun-kit}{kit} with + \gui Maemo5 or \gui Harmattan device type + for a project, \QC asks whether packaging files are to be added to the project and to version control. If you plan to edit the packaging files, add them to version control. diff --git a/doc/src/linux-mobile/creator-madde-emulator.qdoc b/doc/src/linux-mobile/creator-madde-emulator.qdoc index eac6fead5fa069594f939b889e99a90442808cdc..692908edd4fe4054a67e00f83cca98bb7b22e303 100644 --- a/doc/src/linux-mobile/creator-madde-emulator.qdoc +++ b/doc/src/linux-mobile/creator-madde-emulator.qdoc @@ -57,9 +57,10 @@ \section1 Starting the Emulator The \gui {Start MeeGo Emulator} button is visible if you have a project - open in \QC for which you have added the Maemo or MeeGo Harmattan - build target. It starts the Maemo or MeeGo Harmattan emulator, depending - on the selected target. + open in \QC for which you have added a \l{glossary-buildandrun-kit}{kit} + with Maemo or MeeGo Harmattan device type. + It starts the Maemo or MeeGo Harmattan emulator, depending + on the selected kit. To start the emulator, click \inlineimage qtcreator-maemo-emulator-button.png "Start MeeGo Emulator button" diff --git a/doc/src/linux-mobile/creator-projects-settings-run-linux.qdocinc b/doc/src/linux-mobile/creator-projects-settings-run-linux.qdocinc index 54da0425808437df780c7e93932fb5e0e93891c8..5cec581486c98a70731fa334b4942465d626b42b 100644 --- a/doc/src/linux-mobile/creator-projects-settings-run-linux.qdocinc +++ b/doc/src/linux-mobile/creator-projects-settings-run-linux.qdocinc @@ -1,8 +1,9 @@ \section2 Specifying Run Settings for Linux-Based Devices - To run an application on a Linux-based device target (embedded Linux, MeeGo - Harmattan, or Maemo), create and select a device configuration in the run - settings for the project. + To run an application on a Linux-based device (embedded Linux, MeeGo + Harmattan, or Maemo), create and select a device configuration in the + \l{glossary-buildandrun-kit}{kit} that is used for building and running the project and set its + device type correspondingly. You can also pass command line arguments to your application. \image qtcreator-screenshot-run-settings-maemo.png "Run settings for Linux-based devices" @@ -16,7 +17,7 @@ When you run the application, \QC copies the files to the connected device. - For MeeGo Harmattan and Maemo targets, \QC also generates an + For MeeGo Harmattan and Maemo device types, \QC also generates an installation package in the build directory by default. You can deliver the installation package to users for installation on devices that are of the same type and run the same firmware as the diff --git a/doc/src/linux-mobile/creator-publish-maemo-extras-devel.qdoc b/doc/src/linux-mobile/creator-publish-maemo-extras-devel.qdoc index f3ecc7cf4b628cdc886af240d8e7b05761a16647..d2f25c48fc186a931f6721d552c6dfad9f1e4590 100644 --- a/doc/src/linux-mobile/creator-publish-maemo-extras-devel.qdoc +++ b/doc/src/linux-mobile/creator-publish-maemo-extras-devel.qdoc @@ -61,7 +61,8 @@ \list 1 - \o Select the \gui {Maemo5} build target for your project. + \o Select the \l{glossary-buildandrun-kit}{kit} with \gui {Maemo5} device type + for your project. \o Choose \gui {Build > Publish Project}. diff --git a/doc/src/linux-mobile/linuxdev.qdoc b/doc/src/linux-mobile/linuxdev.qdoc index 96050276068db968ed3a093122e6d8cde6c724ef..b215ecc7d8bf2c36445ba4f22cedbf51cb04914d 100644 --- a/doc/src/linux-mobile/linuxdev.qdoc +++ b/doc/src/linux-mobile/linuxdev.qdoc @@ -31,17 +31,17 @@ If you have a tool chain for building applications for embedded Linux devices (with no MADDE support) installed on the development PC, you can add - it to \QC. You can then select the \gui {Embedded Linux} target to - run applications on embedded Linux devices. + it to \QC. You can then select a \l{glossary-buildandrun-kit}{kit} + with \gui {Embedded Linux} device type to + build and run applications on embedded Linux devices. To be able to run and debug applications on embedded Linux devices, you must - create device configurations and select them in the \QC run - settings. + create device configurations and select them in the \QC \l{glossary-buildandrun-kit}{kit} You use a wizard to create the connections. You can edit the settings later - in \gui {Tools > Options > Linux Devices > Device Configurations}. + in \gui {Tools > Options > Devices > Devices}. - \image qtcreator-linux-device-configurations.png "Device Configurations dialog" + \image qtcreator-linux-device-configurations.png "Devices dialog" You can protect the connections between \QC and a device by using either a password or an SSH key. If you do not have an SSH key, you can @@ -67,8 +67,8 @@ \list 1 - \o Select \gui {Tools > Options > Linux Devices > Device - Configurations > Add > Generic Linux Device > Start Wizard}. + \o Select \gui {Tools > Options > Linux Devices > Devices > Add + > Generic Linux Device > Start Wizard}. \image qtcreator-screenshot-devconf-linux.png "Connection Data wizard" @@ -91,9 +91,10 @@ \endlist - \o Select \gui Tools > \gui Options > \gui {Build & Run} > \gui Targets - > \gui Add to add a target for building for the device. Select the - Qt version, compiler, and device that you added above. + \o Select \gui Tools > \gui Options > \gui {Build & Run} > \gui Kits + > \gui Add to add a kit for building for the device. Select the + Qt version, compiler, and device that you added above, and choose + \gui {Generic Linux Device} for the device type. \o To specify build settings: @@ -102,9 +103,9 @@ \o Open a project for an application you want to develop for the device. - \o Select \gui {Projects > Targets > Add}. + \o Select \gui {Projects > Build & Run Settings > Add Kit}. - \o Select the target that you added above. + \o Select the kit that you added above. \endlist diff --git a/doc/src/overview/creator-deployment-overview.qdoc b/doc/src/overview/creator-deployment-overview.qdoc index 400f3413da242a442d68db664e67707575b9ca4a..2461ba30fae5c01f9c99224546a871f87259aec0 100644 --- a/doc/src/overview/creator-deployment-overview.qdoc +++ b/doc/src/overview/creator-deployment-overview.qdoc @@ -40,7 +40,7 @@ \o \l{Deploying Applications to Linux-Based Devices} - When you deploy the application on a Linux-based device target, such + When you deploy the application on a Linux-based device, such as \gui {Embedded Linux}, \gui Harmattan, or \gui{Maemo5}, \QC copies the application files to the connected device. You can test and debug the application on the device. @@ -48,14 +48,14 @@ Maemo 5 devices. \o \l{Deploying Applications to QNX Devices} - When you deploy the application on the \gui{QNX} target, depending + When you deploy the application on a \gui{QNX} device, depending on your target device, \QC either generates a BAR package in the build directory and deploys it to the connected device, or copies the application files to the connected device. You can test and debug the application on the device. \o \l{Deploying Applications to Android Devices} - When you deploy the application on the Android target, \QC copies + When you deploy the application on an Android device, \QC copies the application files to the device. In addition, you can determine the Qt libraries to use. \endlist @@ -68,7 +68,7 @@ When you are ready to publish the application on a publishing channel, you must make sure that the installation file meets the requirements for publishing and installing applications to the - target devices. + targeted devices. \endlist */ diff --git a/doc/src/overview/creator-getting-started.qdoc b/doc/src/overview/creator-getting-started.qdoc index 6616f6f15ce03d54353bbc205a035da089ae28e9..bab83192c6203194df9239da56ff2ce3c0daa927 100644 --- a/doc/src/overview/creator-getting-started.qdoc +++ b/doc/src/overview/creator-getting-started.qdoc @@ -49,7 +49,7 @@ with the parts of the user interface, go to \l{User Interface}. \o \bold {\l{Building and Running an Example}} - To check that \l{glossary-development-target}{targets} were + To check that \l{glossary-buildandrun-kit}{kits} for building and running were successfully installed as part of the \QSDK installation, open an example application and run it. If you have not done so before, go to \l{Building and Running an Example}. diff --git a/doc/src/overview/creator-glossary.qdoc b/doc/src/overview/creator-glossary.qdoc index 73d48e9bf316455377a751e73cd9b53ffeded444..293cdd74514852e24f43b8e136d4d9f284b4db66 100644 --- a/doc/src/overview/creator-glossary.qdoc +++ b/doc/src/overview/creator-glossary.qdoc @@ -43,7 +43,8 @@ into binaries. Different build configurations allow you to quickly build the project for different purposes. By default, \QC creates \e {debug build} and \e {release build} - configurations for each \e target. A debug build contains + configurations for each \l{glossary-buildandrun-kit}{kit} defined for your project. + A debug build contains additional debug symbols that you need for debugging the application but that you can leave out from the release version. Generally, you use the debug configuration for testing and the @@ -79,6 +80,15 @@ copied to a location in the file system of the development PC or a mobile device. + \row + \o Kit + \target glossary-buildandrun-kit + \o \QC groups build and run specific settings as kits to make + cross-platform development easier. Each kit consists of a set + of values that define one environment, such as a device, + tool chain, Qt version, and debugger command to use. Configure kits at + \gui {Tools > Options > Build & Run > Kits}. + \row \o Mode \target glossary-mode @@ -102,14 +112,15 @@ \target glossary-project-qt \o \QC allows you to have multiple versions of Qt installed on your development PC and use different versions to build your projects - for different \e targets. + for different purposes. \row \o Run configuration \target glossary-run-config \o Starts the application in the location where it was copied by the \e {deploy configuration}. By default, when you run a - project, \QC builds it, deploys it to the selected \e target, + project, \QC builds it, deploys it to the device specified in the selected + \l{glossary-buildandrun-kit}{kit}, and runs it there. However, if you have not made any changes to the project since you last built and deployed it, \QC simply runs it again. @@ -126,23 +137,6 @@ if you need many build configurations for a single set of source files. - \row - \o Target - \target glossary-development-target - \o \QC groups platform specific settings as targets to make - cross-platform development easier. Each target consists of a set - of values that define one environment, such as a device, - tool chain, Qt version, and debugger command to use. - - \row - \o Tool chain - \target glossary-tool-chain - \o Specifies a compiler and a debugger and other necessary - tools for building an application for a particular \e target. - \QC tries to detect the tool chains that are available on your - system. You can manually add tool chains that are not detected - automatically. - \endtable */ diff --git a/doc/src/overview/creator-issues.qdoc b/doc/src/overview/creator-issues.qdoc index ade3e753026b1cc50405d1110dfbca6151a7750a..74d2b2a952ccd754ab160cc9d0fd7320b7f896bc 100644 --- a/doc/src/overview/creator-issues.qdoc +++ b/doc/src/overview/creator-issues.qdoc @@ -107,7 +107,7 @@ \if defined(qcmanual) \o On Windows, you must create projects for Maemo 5 and Harmattan - targets on the same partition where you installed \QSDK, \QC, and + device types on the same partition where you installed \QSDK, \QC, and MADDE. \endif diff --git a/doc/src/overview/creator-mobile-targets.qdoc b/doc/src/overview/creator-mobile-targets.qdoc index 315dd31f3be13e59fe1fa45cba0a3ae6900a44f3..08e6014bbfe902b0d4cfcc63f4c2f73bbc06a645 100644 --- a/doc/src/overview/creator-mobile-targets.qdoc +++ b/doc/src/overview/creator-mobile-targets.qdoc @@ -32,7 +32,8 @@ \title Connecting Mobile Targets You can connect mobile devices to the development PC to build, run, debug, - and analyze applications on them from \QC. When you install mobile targets + and analyze applications on them from \QC. When you install + \l{glossary-buildandrun-kit}{kits} for building and running on mobile targets as part of the \QSDK, the build and run settings for the target devices are set up automatically in \QC. However, \QSDK does not contain a tool chain for building applications for embedded Linux devices. diff --git a/doc/src/overview/creator-overview.qdoc b/doc/src/overview/creator-overview.qdoc index 41cfe940eea7242aa9d7fbb502f2f03e032b6fd3..fbd9b47b92659cffac90ede3d63fcbbed4a87523 100644 --- a/doc/src/overview/creator-overview.qdoc +++ b/doc/src/overview/creator-overview.qdoc @@ -87,9 +87,10 @@ and commands used to build the project. \QC provides support for building, running, and deploying Qt - applications for desktop environment and mobile devices. Build, + applications for desktop environment and mobile devices. + \l{glossary-buildandrun-kit}{Kits}, build, run, and deployment settings allow you to quickly switch between - targets. + different setups and targets. For more information, see \l{Building and Running}. \o \bold {\l{Debugging and Analyzing}} diff --git a/doc/src/projects/creator-projects-build-run-tutorial.qdoc b/doc/src/projects/creator-projects-build-run-tutorial.qdoc index cf7ad4379b21f037ea16da9bcaee1b52a62971e6..11fa27de4d1549f52cb777dcaffbee192d6a515e 100644 --- a/doc/src/projects/creator-projects-build-run-tutorial.qdoc +++ b/doc/src/projects/creator-projects-build-run-tutorial.qdoc @@ -50,22 +50,22 @@ \o Select \gui Projects to configure the project: - \image qtcreator-gs-build-example-targets.png "Selecting targets" + \image qtcreator-gs-build-example-targets.png "Selecting kit for building and running" \list 1 \o Select at least \QS and one of the mobile - \l{glossary-development-target}{targets} (1), Maemo 5 or + \l{glossary-buildandrun-kit}{kits} (1), Maemo 5 or MeeGo Harmattan, depending on the device you develop for. \o Select \gui {Configure Project} (2). \endlist - \o To test the application in \QS, click the \gui {Target + \o To test the application in \QS, click the \gui {Kit Selector} and select \gui {\QS}. - \image qtcreator-gs-build-example-select-qs.png "Selecting Qt Simulator as target" + \image qtcreator-gs-build-example-select-qs.png "Selecting Qt Simulator as target device type" \o Click \inlineimage qtcreator-run.png diff --git a/doc/src/projects/creator-projects-building-running.qdoc b/doc/src/projects/creator-projects-building-running.qdoc index 3b24ebcf771eaf8d37e340dad9220085b300f733..75dc88ca45b28ee8f715fd2b879c67770a668586 100644 --- a/doc/src/projects/creator-projects-building-running.qdoc +++ b/doc/src/projects/creator-projects-building-running.qdoc @@ -34,20 +34,24 @@ \image creator_buildingrunning.png \QC provides support for building, running, and deploying Qt applications - for different \l{glossary-development-target}{targets}. + for different targets, or using different compilers, debuggers or Qt versions. + \l{glossary-buildandrun-kit}{Kits} define the tools, + device type and other settings to use when building and running your project. \list \o \l{Building for Multiple Targets} \e {Build configurations} contain everything you need to compile - the sources into binaries. + the sources into binaries. Build configurations use the tools and settings + defined in their corresponding \l{glossary-buildandrun-kit}{kit}. \o \l{Running on Multiple Targets} \e {Run configurations} start the application in the location where it was copied by the \e{deploy configuration}. By default, when you select the \gui Run function, \QC builds the project, - deploys it to the selected target, and runs it there. However, + deploys it to the target defined in the \l{glossary-buildandrun-kit}{kit}, + and runs it there. However, if you have not made any changes to the project since you last built and deployed it, \QC simply runs it again. @@ -60,8 +64,8 @@ \o \l{Connecting Mobile Targets} - When you install tool chains for build targets as part of the \QSDK, - the build and run settings for mobile device targets are set up + When you install tool chains for device types as part of the \QSDK, + the build and run settings for mobile 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. @@ -75,7 +79,7 @@ \o \l{Customizing the Build Process} By default, running an application also builds it and deploys it to - a location from where it can be run on the target. You can change + a location from where it can be run on the target device. You can change the relationship between the build, run, and deploy configurations. \o \l{http://doc.qt.nokia.com/qtsimulator/index.html} @@ -89,7 +93,9 @@ Therefore, applications that run well on \QS also run on any device that hosts the Qt and Qt Mobility libraries. The \QS is installed as part of the \QSDK. After it is - installed, you can select it as a build target in \QC. + installed, you can create a \l{glossary-buildandrun-kit}{kit} + with \gui Desktop device type and the Qt Simulator Qt version for + building and running your projects. \o \l{Using Maemo or MeeGo Harmattan Emulator} diff --git a/doc/src/projects/creator-projects-building.qdoc b/doc/src/projects/creator-projects-building.qdoc index 440fea200744d0023b726922cf25277cb01f02bb..307310255c5a52b9d593f07f694ee95c6ccc39c6 100644 --- a/doc/src/projects/creator-projects-building.qdoc +++ b/doc/src/projects/creator-projects-building.qdoc @@ -31,12 +31,15 @@ \title Building for Multiple Targets - You can build applications for multiple \l{glossary-development-target} - {targets}. By default, when you run the application on a target, you - automatically build it for the target and deploy it to the target first. + You can build applications for multiple targets, or using different compilers, + debuggers or Qt versions. \l{glossary-buildandrun-kit}{Kits} define the tools, + device type and other settings to use. + + By default, when you run the application, you + automatically build and deploy it first. However, you can also perform each operation separately. - To check that the application code can be compiled and linked for a target, + To check that the application code can be compiled and linked for a device, you can build the project. The build errors and warnings are displayed in the \gui {Issues} output pane. More detailed information is displayed in the \gui {Compile Output} pane. @@ -45,9 +48,9 @@ \list 1 - \o Select a target for the project. + \o Select a \l{glossary-buildandrun-kit}{kit} for the project. - \image qtcreator-target-selector.png "Target selector" + \image qtcreator-kit-selector.png "Kit selector" \o Choose \gui {Build > Build Project} or press \key {Ctrl+B}. diff --git a/doc/src/projects/creator-projects-compilers.qdoc b/doc/src/projects/creator-projects-compilers.qdoc index 9382336da67599e8f48d96445d8a2c822fd5998d..e99bd621aecec66533c8dac093de2f9d458042bc 100644 --- a/doc/src/projects/creator-projects-compilers.qdoc +++ b/doc/src/projects/creator-projects-compilers.qdoc @@ -33,9 +33,9 @@ Qt is supported on a variety of 32-bit and 64-bit platforms, and can usually be built on each platform with GCC, a vendor-supplied compiler, or - a third party compiler. In \QC, a \l{glossary-development-target}{target} - specifies the compiler and other necessary tools for building an - application for a particular platform. + a third party compiler. In \QC, a \l{glossary-buildandrun-kit}{kit} + specifies the compiler and other necessary tools for building and running an + 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 @@ -64,8 +64,8 @@ the application binary interface (ABI) version from the list of available versions. You can also create a custom ABI definition. - You specify the compiler to use for each target in \gui Tools > - \gui Options > \gui {Build & Run} > \gui Targets. + You specify the compiler to use for each kit in \gui Tools > + \gui Options > \gui {Build & Run} > \gui Kits. To add compilers: diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc index 1f8a371499b7065bbe6730fce61356cb76dac6ad..cd467f1169aadb70d44a941e7eea4289644205ea 100644 --- a/doc/src/projects/creator-projects-creating.qdoc +++ b/doc/src/projects/creator-projects-creating.qdoc @@ -68,9 +68,9 @@ use \QC as a code editor and to fully control the steps and commands used to build the project. - You can install mobile device \l{glossary-development-target}{targets} - as part of the \QSDK. The build and run settings for the - installed targets are set up automatically. However, you might need to + You can install tools for mobile devices + as part of the \QSDK. 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. @@ -78,7 +78,7 @@ In the first step, you select a template for the project. You can filter templates (1) to view only - those that apply to a particular target. + those that apply to a particular device type. \image qtcreator-new-qt-quick-project-wizard.png @@ -225,8 +225,8 @@ To create a new project, select \gui File > \gui{New File or Project} and select the type of your project. The contents of the wizard dialogs depend - on the project type and the build targets that you select in the - \gui {Target Setup} dialog. Follow the instructions of the wizard. + on the project type and the \l{glossary-buildandrun-kit}{kits} that you select in the + \gui {Kit Selection} dialog. Follow the instructions of the wizard. For examples of creating different types of projects, see \l{Tutorials}. @@ -238,8 +238,8 @@ for building and running projects, select \gui{Tools} > \gui{Options} > \gui{Build & Run} > \gui{General}. - To specify build and run settings for different target platforms, select - \gui Projects. + To specify build and run settings for different target platforms , + select \gui Projects. \section1 Adding Files to Projects diff --git a/doc/src/projects/creator-projects-opening.qdoc b/doc/src/projects/creator-projects-opening.qdoc index 6d30ba4f4d32c4f1c9c4a6fb108f4f42dc535512..cf9cedb34e5b59d34bf3bbfb232fdd90666c54c7 100644 --- a/doc/src/projects/creator-projects-opening.qdoc +++ b/doc/src/projects/creator-projects-opening.qdoc @@ -39,19 +39,20 @@ one environment to another. Therefore, we recommend that you click \gui No and enter the information again in the \gui {Configure Project} tab. - The \gui {Configure Project} tab displays a list of development environments - for target platforms that are installed on the development PC and - configured in \gui Tools > \gui Options > \gui {Build & Run} > \gui Targets. - Select the targets that you want to build the project for. + The \gui {Configure Project} tab displays a list of \l{glossary-buildandrun-kit}{kits} + for building and running projects, that are installed on the development PC and + configured in \gui Tools > \gui Options > \gui {Build & Run} > \gui Kits. + Select the kits that you want to build and run the project with. \image qtcreator-open-project-targets.png "Configure Project tab" Even if you do not intend to build the project, the C++ and QML code models need a Qt version and compiler to offer code completion. To specify them, select the \gui Options link, or select \gui {Tools > Options > Build & Run - > Targets}. + > Kits}. - If \QC cannot find an existing build for a particular target, it starts out + If \QC cannot find an existing build for a particular \l{glossary-buildandrun-kit}{kit}, + it starts out from a clean slate, and creates new debug and release build configurations in the specified directory. \QC suggests a name and location for the directory that you can change. @@ -71,7 +72,7 @@ \o Select \gui File > \gui{Open File or Project} and select the project to open. - \o In the \gui {Configure Project} tab, select build targets for your + \o In the \gui {Configure Project} tab, select kits for building and running your project, and click \gui {Configure Project}. \endlist diff --git a/doc/src/projects/creator-projects-qt-versions.qdoc b/doc/src/projects/creator-projects-qt-versions.qdoc index b9a31b8be5aef458cb09a36a2b430b10982ca27d..9185ac45a572e760c8a85915150a690a3dce8c06 100644 --- a/doc/src/projects/creator-projects-qt-versions.qdoc +++ b/doc/src/projects/creator-projects-qt-versions.qdoc @@ -32,7 +32,7 @@ \title Adding Qt Versions \QC allows you to have multiple versions of Qt installed on your development - PC and use different versions to build your projects for different targets. + PC and use different versions to build your projects. For example, \QSDK contains special Qt versions for developing applications for mobile devices. @@ -42,8 +42,9 @@ \gui {Qt version for} section. To add Qt versions, select \gui {Tools > Options > Build & Run > Qt Versions}. - You specify the Qt version to use for each \l{glossary-development-target} - {target} in \gui Tools > \gui Options > \gui {Build & Run} > \gui Targets. + You specify the Qt version to use for each \l{glossary-buildandrun-kit} + {kit} for building and running your projects + in \gui Tools > \gui Options > \gui {Build & Run} > \gui Kits. \section2 Setting Up New Qt Versions diff --git a/doc/src/projects/creator-projects-running-desktop.qdocinc b/doc/src/projects/creator-projects-running-desktop.qdocinc index c5f2cc732fed146dfb9f1eb698e20215ffaecdc4..0a7b810b9b0b01d7ff990425780a279a99840d14 100644 --- a/doc/src/projects/creator-projects-running-desktop.qdocinc +++ b/doc/src/projects/creator-projects-running-desktop.qdocinc @@ -2,9 +2,9 @@ \list 1 - \o Select \gui Desktop as the target. + \o Select \gui Desktop as the build and run \l{glossary-buildandrun-kit}{kit}. - \image qtcreator-target-selector.png "Target selector" + \image qtcreator-kit-selector.png "Kit selector" \o Click the \gui Run button. diff --git a/doc/src/projects/creator-projects-running-simulator.qdocinc b/doc/src/projects/creator-projects-running-simulator.qdocinc index 1b802dbc56bdbfd3d0bf8fcf47e2a75de513d46d..7a96271c6264e8c0d77a4281b64ea067d8518e23 100644 --- a/doc/src/projects/creator-projects-running-simulator.qdocinc +++ b/doc/src/projects/creator-projects-running-simulator.qdocinc @@ -7,7 +7,7 @@ \list 1 - \o Select \gui {\QS} as the target. + \o Select \gui {\QS} as the build and run \l{glossary-buildandrun-kit}{kit}. \o Click the \gui Run button. diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc index 8e5e1d7a0f4f2db98ae8de82bc241b2ca35993af..3a39742c3fbf6ffbd2353b8a09ae8c8e05383492 100644 --- a/doc/src/projects/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-projects-settings-build.qdoc @@ -55,11 +55,12 @@ By default, \QC builds projects in a separate directory from the source directory, as \l{glossary-shadow-build} {shadow builds}. This keeps the - files generated for each \l{glossary-development-target}{target} separate. - If you only build for one target, you can deselect the \gui {Shadow build} + files generated for each \l{glossary-buildandrun-kit}{build and run kit} separate. + If you only build and run with a single \l{glossary-buildandrun-kit}{kit}, + you can deselect the \gui {Shadow build} checkbox. - Shadow building is not supported for the following target platforms on + Shadow building is not supported for the following device types on Windows: \list @@ -192,7 +193,7 @@ \list - \o \l{Adding Targets} + \o \l{Adding Kits} \o \l{Adding Qt Versions} \o \l{Adding Compilers} diff --git a/doc/src/projects/creator-projects-settings-overview.qdoc b/doc/src/projects/creator-projects-settings-overview.qdoc index 2a4f293d79eaa8c6b890f0cbd17a2ab7045e089e..2584d2337e948f5a933d8a19132a93b02ec8cd93 100644 --- a/doc/src/projects/creator-projects-settings-overview.qdoc +++ b/doc/src/projects/creator-projects-settings-overview.qdoc @@ -33,8 +33,7 @@ \omit When you install the \QSDK, the build and run settings for the development - targets - delivered with the \QSDK are set up automatically. + targets delivered with the \QSDK are set up automatically. \endomit To view and modify the settings for currently open projects, switch to the @@ -42,23 +41,23 @@ \image qtcreator-project-targets.png - To add build and run targets for the project, select \gui Add. The list - displays targets that are configured in \gui Tools > \gui Options > - \gui {Build & Run} > \gui Targets. To add targets to the list, select + To add build and run \l{glossary-buildandrun-kit}{kits} for the project, select \gui Add. The list + displays kits that are configured in \gui Tools > \gui Options > + \gui {Build & Run} > \gui Kits. To add kits to the list, select \gui Manage. - To remove a target, hover the cursor over it (1) and click - \inlineimage qtcreator-target-remove.png "Remove Target button" + To remove a kit, hover the cursor over it (1) and click + \inlineimage qtcreator-target-remove.png "Remove Kit button" . - You can select the targets and use the \gui Build menu commands to build, + You can select the kits and use the \gui Build menu commands to build, deploy, and run projects. The project pane consists of the following tabs: \list - \o \l{Adding Targets}{Targets} + \o \l{Adding Kits}{Build & Run} \list @@ -69,7 +68,7 @@ \endlist \note If you have not configured the project for building, the - \gui Targets tab is replaced by the \l{Opening Projects} + \gui {Build & Run} tab is replaced by the \l{Opening Projects} {Configure Projects} tab. \o \l{Specifying Editor Settings}{Editor Settings} diff --git a/doc/src/projects/creator-projects-settings-run-analyze.qdocinc b/doc/src/projects/creator-projects-settings-run-analyze.qdocinc index 69352b1dcf49d924518e35945c20385368fb6306..f53563feefbde79918e822b17f56f2d7b4502508 100644 --- a/doc/src/projects/creator-projects-settings-run-analyze.qdocinc +++ b/doc/src/projects/creator-projects-settings-run-analyze.qdocinc @@ -4,8 +4,7 @@ detecting memory leaks and profiling function execution. You can configure the tools according to your needs. - You can specify analyzer settings for the desktop and \QS targets. - You can specify them either globally for all projects or separately for each + You can specify analyzer settings either globally for all projects or separately for each project. To specify analyzer settings for the current project: diff --git a/doc/src/projects/creator-projects-settings-run-desktop.qdocinc b/doc/src/projects/creator-projects-settings-run-desktop.qdocinc index 59b275d09e4a2b89384063cb670447f0f544a110..06b680927f260575cdbf27975ebe94eebea741d5 100644 --- a/doc/src/projects/creator-projects-settings-run-desktop.qdocinc +++ b/doc/src/projects/creator-projects-settings-run-desktop.qdocinc @@ -1,4 +1,4 @@ - \section2 Specifying Run Settings for Desktop Targets + \section2 Specifying Run Settings for Desktop Device Types You can specify command line arguments to be passed to the executable and the working directory to use. The working directory defaults to diff --git a/doc/src/projects/creator-projects-settings-run.qdoc b/doc/src/projects/creator-projects-settings-run.qdoc index 38f32faefd877f0838d7c615731b27325a7ec78d..407fe6724621d33a70343e89d1537bc078d911d8 100644 --- a/doc/src/projects/creator-projects-settings-run.qdoc +++ b/doc/src/projects/creator-projects-settings-run.qdoc @@ -32,10 +32,10 @@ \title Specifying Run Settings \QC automatically creates run configurations for your project. - To view and modify the settings, select \gui {Projects > Run}. + To view and modify the settings, select \gui {Projects > Build & Run > Run}. - The settings to specify depend on the type of the project and on the build - target for the project. + The settings to specify depend on the type of the project and on the + \l{glossary-buildandrun-kit}{kit} that you build and run the project with. Click \gui Add to add run settings for a project and \gui Remove to remove the current settings. diff --git a/doc/src/projects/creator-projects-targets.qdoc b/doc/src/projects/creator-projects-targets.qdoc index 6cadd5cdbb19d27555eb5b6d74045f4714a23256..2c7aefb6e5c4dd62abf96f9ecbb7928d7d7473e6 100644 --- a/doc/src/projects/creator-projects-targets.qdoc +++ b/doc/src/projects/creator-projects-targets.qdoc @@ -29,13 +29,14 @@ \page creator-targets.html \nextpage creator-project-qmake.html - \title Adding Targets + \title Adding Kits - \QC groups platform specific settings as \e targets to make cross-platform - development easier. Each target consists of a set of values that define one + \QC groups settings used for building and running projects as kits + to make cross-platform and cross-configuration + development easier. Each kit consists of a set of values that define one environment, such as a device, compiler, Qt version, and debugger command - to use, and some metadata, such as an icon and a name for the target. Once - you have defined targets, you can select them to build and run projects. + to use, and some metadata, such as an icon and a name for the kit. Once + you have defined kits, you can select them to build and run projects. \QC supports development for the desktop and for the following types of devices: @@ -54,18 +55,18 @@ \endlist - To add targets: + To add kits: \list 1 - \o Select \gui Tools > \gui Options > \gui {Build & Run} > \gui Targets + \o Select \gui Tools > \gui Options > \gui {Build & Run} > \gui Kits > \gui Add. \image qtcreator-targets.png - To clone the selected target, select \gui Clone. + To clone the selected kit, select \gui Clone. - \o In the \gui Name column, double-click the target name to change it. + \o In the \gui Name column, double-click the kit name to change it. @@ -73,11 +74,11 @@ target. Double-click the icon next to the field to select the image that is - displayed in the target selector for this target. You can use any + displayed in the kit selector for this kit. You can use any image in a supported file format (for example, PNG). The image is scaled to the size 64x64 pixels. For example, using the compiler logo as an icon allows you to easily see, which compiler is used to - build the project for the selected target. + build the project for the selected kit. \o In the \gui Device field, select the device configuration to target. @@ -104,7 +105,7 @@ \QC checks the directories listed in the \c{PATH} environment variable for the qmake executable. If a qmake executable is found, it is referred to as \bold{Qt in PATH} and selected as the Qt - version to use for the \gui Desktop target. + version to use for the \gui Desktop kit that is created by default. \o In the \gui {Qt mkspec} field, specify build instructions for qmake. If you leave this field empty, the default value is used. diff --git a/doc/src/qtcreator.qdoc b/doc/src/qtcreator.qdoc index 0e8d3214af741160da3438bc8017df3a334919ca..44e6632004b74cb557f96f9bf843c64067a4b7af 100644 --- a/doc/src/qtcreator.qdoc +++ b/doc/src/qtcreator.qdoc @@ -169,7 +169,7 @@ \list \o \l{Specifying Build Settings} \list - \o \l{Adding Targets} + \o \l{Adding Kits} \o \l{Adding Qt Versions} \o \l{Adding Compilers} \endlist diff --git a/doc/src/qtquick/creator-projects-settings-run-qtquick.qdocinc b/doc/src/qtquick/creator-projects-settings-run-qtquick.qdocinc index 32434f1c56f52652964886bba2b5c2fb4d6c217b..09d36b33fd72526c212f93da768906928012d096 100644 --- a/doc/src/qtquick/creator-projects-settings-run-qtquick.qdocinc +++ b/doc/src/qtquick/creator-projects-settings-run-qtquick.qdocinc @@ -1,6 +1,6 @@ \section1 Specifying Run Settings for Qt Quick UI Projects - You can specify run settings for the \gui Desktop target: + You can specify run settings for \l{glossary-buildandrun-kit}{kits} with \gui Desktop device type: \list diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc index b00b72a2f71a2e65f896eb4712589ca229b580b9..2c963ce1d537abce762a120d06901b80400343e3 100644 --- a/doc/src/qtquick/qtquick-app-tutorial.qdoc +++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc @@ -59,13 +59,11 @@ \o In the \gui {Create in} field, enter the path for the project files. For example, \c {C:\Qt\examples}, and then click \gui{Next}. - \o In the \gui {Application Type} dialog, select \gui {Built-in - elements only (for all platforms)}, and then click \gui{Next}. + \o Select \l{glossary-buildandrun-kit}{kits} for running and building your project, + and then click \gui{Next}. - \o Select targets, and then click \gui{Next}. - - \note Targets are listed if they have been specified in \gui Tools > - \gui Options > \gui {Build & Run} > \gui Targets. + \note Kits are listed if they have been specified in \gui Tools > + \gui Options > \gui {Build & Run} > \gui Kits. \o Select \gui Next in the following dialogs to use the default settings. diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc index 025b38787f5fb534cdaa7eefbfcaefb661ba0870..d92505411c52a3641fbc31a93820b1db97341cfe 100644 --- a/doc/src/qtquick/qtquick-creating.qdoc +++ b/doc/src/qtquick/qtquick-creating.qdoc @@ -154,15 +154,15 @@ \o Click \gui{Next}. - The \gui {Target Setup} dialog opens. + The \gui {Kit Selection} dialog opens. - \image qmldesigner-new-project-qt-versions.png "Target Setup dialog" + \image qmldesigner-new-project-qt-versions.png "Kit Selection dialog" - \o Select build targets for your project, + \o Select build and run \l{glossary-buildandrun-kit}{kits} for your project, and then click \gui{Next}. - \note If only one target is specified in \gui Tools > \gui Options > - \gui {Build & Run} > \gui Targets, this dialog is skipped. + \note If only one kit is specified in \gui Tools > \gui Options > + \gui {Build & Run} > \gui Kits, this dialog is skipped. The \gui {Mobile Options} dialog opens. @@ -172,8 +172,8 @@ application behaves when the orientation of the device display rotates between portrait and landscape, and then click \gui Next. - \note This dialog opens only if you select \gui Maemo5 - target in the \gui {Target Setup} dialog. On + \note This dialog opens only if you select a \l{glossary-buildandrun-kit}{kit} + with \gui Maemo5 device type in the \gui {Kit Selection} dialog. On Harmattan, the Qt Quick Components for MeeGo provide native-looking rotation. diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc index 8afe90923b5a3e7b265d4c291e15f356d9fed446..9e917d52c846328220f217bdecfeab2e08b228f8 100644 --- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc @@ -57,15 +57,15 @@ \o In the \gui {Create in} field, enter the path for the project files. For example, \c {C:\Qt\examples}, and then click \gui{Next}. - The \gui {Target Setup} dialog opens. + The \gui {Kit Selection} dialog opens. - \image qtcreator-new-project-qt-versions-qt-gui.png "Target Setup dialog" + \image qtcreator-new-project-qt-versions-qt-gui.png "Kit Selection dialog" - \o Select build targets for your project, + \o Select build and run \l{glossary-buildandrun-kit}{kits} for your project, and click \gui{Next}. - \note If only one target is specified in \gui Tools > \gui Options > - \gui {Build & Run} > \gui Targets, this dialog is + \note If only one kit is specified in \gui Tools > \gui Options > + \gui {Build & Run} > \gui Kits, this dialog is skipped. The \gui{Class Information} dialog opens. diff --git a/src/plugins/analyzerbase/ianalyzertool.cpp b/src/plugins/analyzerbase/ianalyzertool.cpp index 6be5ee5c85845d5f7ea8e6cfe66dbf87f15f3788..9090f3dfbf02a49f49178c8a93d419750587ce63 100644 --- a/src/plugins/analyzerbase/ianalyzertool.cpp +++ b/src/plugins/analyzerbase/ianalyzertool.cpp @@ -66,7 +66,7 @@ QString IAnalyzerTool::defaultActionName(const IAnalyzerTool *tool, StartMode mo { QString base = tool->displayName(); if (mode == StartRemote) - return base + tr(" (Remote)"); + return base + tr(" (External)"); return base; }