Doc: use environment variables in paths

In the FAQ, so that users can copy-paste paths.

Task-number: QTCREATORBUG-12283
Change-Id: I4b0e7fda5c8877053d69b7b9b3f7f5f1c5093064
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Leena Miettinen
2014-05-22 11:42:15 +02:00
parent be9a0caa18
commit 3d23a2dad2

View File

@@ -61,12 +61,12 @@
\c {~/Library/Application Support/QtProject/Qt Creator}.
On Windows XP, the files are located in
\c {<drive>:\Documents and Settings\<username>\Application Data\QtProject} and
\c {<drive>:\Documents and Settings\<username>\Local Settings\Application Data\QtProject}.
\c {%SystemDrive%\Documents and Settings\%USERNAME%\Application Data\QtProject} and
\c {%SystemDrive%\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\QtProject} and
\c {<drive>:\Users\<username>\AppData\Local\QtProject}.
\c {%SystemDrive%\Users\%USERNAME%\AppData\Roaming\QtProject} and
\c {%SystemDrive%\Users\%USERNAME%\AppData\Local\QtProject}.
\b {\QC comes with MinGW, should I use this version with Qt?}