From c9f3b29807864bdca2c977e52e0efa86290a17f5 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin <daniel.molkentin@nokia.com> Date: Mon, 2 Nov 2009 18:27:39 +0100 Subject: [PATCH] Known issues: installer does not prepare qtcreator.ini for every user Reviewed-By: con --- doc/qtcreator.qdoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index c9ad3529e80..624a9e5d339 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1974,7 +1974,15 @@ \o Setting breakpoints in code that is compiled into the binary more than once does not work. - \endlist + \o On Linux and Windows, Installing Qt with one user account and + then using it with another requires other users to manually set + the Qt version. On Windows, setting the MinGW location is + required as well. The same applies to the location of GDB for Symbian. + A workaround is to copy %APPDATA%/Nokia/qtcreator.ini (Windows) or + $HOME/.config/Nokia/QtCreator.ini (Linux) from the directory + of the user who installed Creator to the other user. + This issues does not exist on Mac OS X. + \endlist \section1 Known Issues of Version 1.2.0 and 1.2.1 -- GitLab