--- a/Utilities/__init__.py Wed Apr 24 19:44:41 2013 +0200 +++ b/Utilities/__init__.py Wed Apr 24 20:01:41 2013 +0200 @@ -1457,7 +1457,7 @@ @param toolname plain name of the tool (e.g. "designer") (string) @return bundle name of the Qt tool (string) """ - qtDir = Preferences.getQt("Qt4Dir") + qtDir = getQtBinariesPath() bundles = [ os.path.join(qtDir, 'bin', generateQtToolName(toolname.capitalize())) + ".app", os.path.join(qtDir, 'bin', generateQtToolName(toolname)) + ".app",