summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-06-02 15:03:36 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-06-02 15:13:51 +0300
commit89057b552b0b9bbe24d4e3552e12ae94aa713fa8 (patch)
treeed1dfaa961828b6e08e7f348d7567cf8b2248320 /doc
parenta9d511ff7d3e42c6f516a98c036c624e969be2d8 (diff)
parentec3015663a536ebeb96a24b5cf5643b4324f6c54 (diff)
downloadqt-creator-89057b552b0b9bbe24d4e3552e12ae94aa713fa8.tar.gz
Merge remote-tracking branch 'origin/4.3'
Change-Id: I56004e3ec9dc9d92d33bdae438c4f7e069eccc45
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-build-settings-ios.pngbin0 -> 34314 bytes
-rw-r--r--doc/images/qtcreator-ios-add-kit.pngbin23695 -> 92748 bytes
-rw-r--r--doc/src/howto/creator-autotest.qdoc20
-rw-r--r--doc/src/ios/creator-ios-dev.qdoc7
4 files changed, 16 insertions, 11 deletions
diff --git a/doc/images/qtcreator-build-settings-ios.png b/doc/images/qtcreator-build-settings-ios.png
new file mode 100644
index 0000000000..eb14112004
--- /dev/null
+++ b/doc/images/qtcreator-build-settings-ios.png
Binary files differ
diff --git a/doc/images/qtcreator-ios-add-kit.png b/doc/images/qtcreator-ios-add-kit.png
index fa3bee62b5..bbf7742769 100644
--- a/doc/images/qtcreator-ios-add-kit.png
+++ b/doc/images/qtcreator-ios-add-kit.png
Binary files differ
diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc
index b4cebaaac2..bdeb94cc87 100644
--- a/doc/src/howto/creator-autotest.qdoc
+++ b/doc/src/howto/creator-autotest.qdoc
@@ -49,7 +49,7 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
- \uicontrol {Other Project} > \uicontrol {Auto Test} >
+ \uicontrol {Other Project} > \uicontrol {Auto Test Project} >
\uicontrol Choose to create a project with boilerplate code for a
Qt test.
@@ -76,10 +76,9 @@
executed by the testing framework to initialize and clean
up the test.
- \li In the \uicontrol {Build auto tests} field, select
- \uicontrol Always to always build the test when building
- the project or \uicontrol {Debug Only} to only build it
- during debug builds.
+ \li In the \uicontrol {Build system} field, select the build
+ system to use for building the project: qmake, CMake, or
+ Qbs.
\endlist
@@ -95,7 +94,7 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
- \uicontrol {Other Project} > \uicontrol {Auto Test} >
+ \uicontrol {Other Project} > \uicontrol {Auto Test Project} >
\uicontrol Choose to create a project with boilerplate code for a
Google test.
@@ -116,11 +115,6 @@
\li Select the \uicontrol {Enable C++ 11} check box to
support C++ 11 features in the test.
- \li In the \uicontrol {Build auto tests} field, select
- \uicontrol Always to always build the test when building
- the project or \uicontrol {Debug Only} to only build it
- during debug builds.
-
\li In the \uicontrol {Google test repository} field, select
a directory that contains a clone of the googletest
repository.
@@ -128,6 +122,10 @@
To use an installed Google C++ Testing framework instead,
see \l{Setting Up the Google C++ Testing Framework}.
+ \li In the \uicontrol {Build system} field, select the build
+ system to use for building the project: qmake, CMake, or
+ Qbs.
+
\endlist
\endlist
diff --git a/doc/src/ios/creator-ios-dev.qdoc b/doc/src/ios/creator-ios-dev.qdoc
index 06ff7f72a4..586406544a 100644
--- a/doc/src/ios/creator-ios-dev.qdoc
+++ b/doc/src/ios/creator-ios-dev.qdoc
@@ -89,6 +89,13 @@
\image qtcreator-ios-add-kit.png "Build & Run Settings"
+ \li In \uicontrol {iOS Settings}, select the development team to use
+ for signing and provisioning applications. You must configure
+ development teams and provisioning profiles in Xcode using an
+ Apple developer account.
+
+ \image qtcreator-build-settings-ios.png "iOS build settings"
+
\endlist
\li Select \uicontrol Run to specify run settings.