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

Change-Id: I21ccfd58cbcaae6231b88d3a9039eb413f4be1c2
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Eike Ziller
2012-01-13 11:03:29 +01:00
committed by Leena Miettinen
parent f0a82fe63e
commit 61082af6af
3 changed files with 22 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ static inline QStringList getPluginPaths()
// 3) <localappdata>/plugins/<ideversion>
// where <localappdata> is e.g.
// <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
pluginPath = QDesktopServices::storageLocation(QDesktopServices::DataLocation);
pluginPath += QLatin1Char('/')