diff --git a/doc/src/howto/qtcreator-faq.qdoc b/doc/src/howto/qtcreator-faq.qdoc index 299d0c37415..2b5d01ab10c 100644 --- a/doc/src/howto/qtcreator-faq.qdoc +++ b/doc/src/howto/qtcreator-faq.qdoc @@ -61,12 +61,12 @@ \c {~/Library/Application Support/QtProject/Qt Creator}. On Windows XP, the files are located in - \c {:\Documents and Settings\\Application Data\QtProject} and - \c {:\Documents and Settings\\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 {:\Users\\AppData\Roaming\QtProject} and - \c {:\Users\\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?}