Comment 0 for bug 1164504

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote : No automatic reconfiguration / reconfiguration option when system environment changes

Continuation from bug #1135336. Now the system default Qt is correctly recognized by Qt Creator at first run. However if the system was not correctly set up on the first run, or if the configuration changes, Qt Creator does not notice this and multiple things in Qt Creator configuration may be broken.

Removing the configuration files is currently the only "easy" way to make Qt Creator autodetect system environment again: rm -r .config/Trolltech.conf .config/Qt* .config/Nokia*

Otherwise you can see the bug #1135336 description on how to manually fix various pieces of Qt Creator configuration via settings dialogs.