summaryrefslogtreecommitdiff
path: root/doc/src/howto/qtcreator-faq.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/howto/qtcreator-faq.qdoc')
-rw-r--r--doc/src/howto/qtcreator-faq.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/howto/qtcreator-faq.qdoc b/doc/src/howto/qtcreator-faq.qdoc
index 0601de7efd..0ca18778d3 100644
--- a/doc/src/howto/qtcreator-faq.qdoc
+++ b/doc/src/howto/qtcreator-faq.qdoc
@@ -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.