forked from qt-creator/qt-creator
More Nokia -> Digia/QtProject changes
Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
2b56943a8e
commit
1504ca67fb
@@ -139,9 +139,9 @@
|
||||
|
||||
The tool configurations that you add and modify are stored in XML format in
|
||||
the user configuration folder. For example,
|
||||
\c {~/config/Nokia/qtcreator/externaltools}
|
||||
\c {~/config/QtProject/qtcreator/externaltools}
|
||||
on Linux and Mac OS and
|
||||
\c {C:\Users\username\AppData\Roaming\Nokia\qtcreator\externaltools}
|
||||
\c {C:\Users\username\AppData\Roaming\QtProject\qtcreator\externaltools}
|
||||
in Windows. To share a configuration with other users, copy an XML
|
||||
configuration file to the folder.
|
||||
|
||||
|
||||
@@ -158,8 +158,8 @@
|
||||
If you cannot find words that you know are there, indexing might not have
|
||||
been completed for some reason. Remove the \c {.helpcollection} folder and
|
||||
open the \gui Search pane again to recreate the index. The folder is located
|
||||
in \c { ~/.config/Nokia/qtcreator/.helpcollection} on Linux and Mac OS X and
|
||||
in \c {\AppData\Roaming\Nokia\qtcreator\} on Windows.
|
||||
in \c { ~/.config/QtProject/qtcreator/.helpcollection} on Linux and Mac OS X and
|
||||
in \c {\AppData\Roaming\QtProject\qtcreator\} on Windows.
|
||||
|
||||
Punctuation is not included in indexed terms. To find terms that contain
|
||||
punctuation, such as domain names, use the asterisk as a wild card. For
|
||||
|
||||
@@ -59,18 +59,18 @@
|
||||
\endlist
|
||||
|
||||
The location depends on the platform. On Linux and other Unix platforms, the files
|
||||
are located in \c {~/.config/Nokia} and \c {~/.local/share/data/Nokia/qtcreator}.
|
||||
are located in \c {~/.config/QtProject} and \c {~/.local/share/data/QtProject/qtcreator}.
|
||||
|
||||
On Mac OS, the files are located in \c {~/.config/Nokia} and
|
||||
\c {~/Library/Application Support/Nokia/Qt Creator}.
|
||||
On Mac OS, the files are located in \c {~/.config/QtProject} and
|
||||
\c {~/Library/Application Support/QtProject/Qt Creator}.
|
||||
|
||||
On Windows XP, the files are located in
|
||||
\c {<drive>:\Documents and Settings\<username>\Application Data\Nokia} and
|
||||
\c {<drive>:\Documents and Settings\<username>\Local Settings\Application Data\Nokia}.
|
||||
\c {<drive>:\Documents and Settings\<username>\Application Data\QtProject} and
|
||||
\c {<drive>:\Documents and Settings\<username>\Local Settings\Application Data\QtProject}.
|
||||
|
||||
On Windows Vista and Windows 7, the files are located in
|
||||
\c {<drive>:\Users\<username>\AppData\Roaming\Nokia} and
|
||||
\c {<drive>:\Users\<username>\AppData\Local\Nokia}.
|
||||
\c {<drive>:\Users\<username>\AppData\Roaming\QtProject} and
|
||||
\c {<drive>:\Users\<username>\AppData\Local\QtProject}.
|
||||
|
||||
\bold {\QC comes with MinGW, should I use this version with Qt?}
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
installed when you install \QC and Qt SDK. On Mac OS X, use the GDB
|
||||
provided with Xcode. For a custom target, you can build your own
|
||||
Python-enabled GDB. Follow the instructions in
|
||||
\l{http://developer.qt.nokia.com/wiki/QtCreatorBuildGdb}{Building GDB}.
|
||||
\l{http://qt-project.org/wiki/QtCreatorBuildGdb}{Building GDB}.
|
||||
|
||||
You must use at least Python version 2.5, but we recommend that you use
|
||||
version 2.6.
|
||||
|
||||
Reference in New Issue
Block a user