Skip to content
Snippets Groups Projects
Commit 61082af6 authored by Eike Ziller's avatar Eike Ziller Committed by Leena Miettinen
Browse files

Doc: Location where "local" data is saved (e.g. compiled helpers).


Change-Id: I21ccfd58cbcaae6231b88d3a9039eb413f4be1c2
Reviewed-by: default avatarhjk <qthjk@ovi.com>
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent f0a82fe6
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
\bold {How do I reset all \QC settings?} \bold {How do I reset all \QC settings?}
\QC creates the following files and a directories: \QC creates the following files and directories:
\list \list
...@@ -51,16 +51,29 @@ ...@@ -51,16 +51,29 @@
\o qtcreator \o qtcreator
\o qtc-debugging-helper
\o qtc-qmldbg
\o qtc-qmldump
\o qtc-qmlobserver
\endlist \endlist
The location depends on the platform. On Linux, Unix, and Mac OS, the files The location depends on the platform. On Linux and other Unix platforms, the files
are located in \c{~/.config/Nokia}. are located in \c {~/.config/Nokia} and \c {~/.local/share/data/Nokia/qtcreator}.
On Mac OS, the files are located in \c {~/.config/Nokia} and
\c {~/Library/Application Support/Nokia/Qt Creator}.
On Windows XP, the files are located in On Windows XP, the files are located in
\c{<drive>:\Documents and Settings\<username>\Application Data\Nokia}, and \c {<drive>:\Documents and Settings\<username>\Application Data\Nokia} and
on Windows Vista and Windows 7 in \c {<drive>:\Documents and Settings\<username>\Local Settings\Application Data\Nokia}.
\c {<drive>:\Users\<username>\AppData\Roaming\Nokia}.
For all versions, try the path \c{APPDATA\Nokia}. 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}.
\bold {\QC comes with MinGW, should I use this version with Qt?} \bold {\QC comes with MinGW, should I use this version with Qt?}
......
...@@ -25,7 +25,7 @@ isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=%QtCreatorBuild% ...@@ -25,7 +25,7 @@ isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=%QtCreatorBuild%
## <localappdata>/plugins/<ideversion> ## <localappdata>/plugins/<ideversion>
## where <localappdata> is e.g. ## where <localappdata> is e.g.
## "%LOCALAPPDATA%\Nokia\qtcreator" on Windows Vista and later ## "%LOCALAPPDATA%\Nokia\qtcreator" on Windows Vista and later
## "$XDG_DATA_HOME/Nokia/qtcreator" or "~/.local/share/Nokia/qtcreator" on Linux ## "$XDG_DATA_HOME/Nokia/qtcreator" or "~/.local/share/data/Nokia/qtcreator" on Linux
## "~/Library/Application Support/Nokia/Qt Creator" on Mac ## "~/Library/Application Support/Nokia/Qt Creator" on Mac
%DestDir%USE_USER_DESTDIR = yes %DestDir%USE_USER_DESTDIR = yes
......
...@@ -178,7 +178,7 @@ static inline QStringList getPluginPaths() ...@@ -178,7 +178,7 @@ static inline QStringList getPluginPaths()
// 3) <localappdata>/plugins/<ideversion> // 3) <localappdata>/plugins/<ideversion>
// where <localappdata> is e.g. // where <localappdata> is e.g.
// <drive>:\Users\<username>\AppData\Local\Nokia\qtcreator on Windows Vista and later // <drive>:\Users\<username>\AppData\Local\Nokia\qtcreator on Windows Vista and later
// $XDG_DATA_HOME or ~/.local/share/Nokia/qtcreator on Linux // $XDG_DATA_HOME or ~/.local/share/data/Nokia/qtcreator on Linux
// ~/Library/Application Support/Nokia/Qt Creator on Mac // ~/Library/Application Support/Nokia/Qt Creator on Mac
pluginPath = QDesktopServices::storageLocation(QDesktopServices::DataLocation); pluginPath = QDesktopServices::storageLocation(QDesktopServices::DataLocation);
pluginPath += QLatin1Char('/') pluginPath += QLatin1Char('/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment