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