diff -r e60ea6cb8e11 -r 3d4277929fb3 Plugins/PluginEricdoc.py --- a/Plugins/PluginEricdoc.py Fri May 24 18:39:58 2013 +0200 +++ b/Plugins/PluginEricdoc.py Tue May 28 20:52:12 2013 +0200 @@ -66,7 +66,7 @@ }) # 2. Qt Help Generator - exe = 'qhelpgenerator' + exe = os.path.join(Utilities.getQtBinariesPath(), 'qhelpgenerator') if Utilities.isWindowsPlatform(): exe += '.exe' dataList.append({ @@ -82,7 +82,7 @@ }) # 3. Qt Collection Generator - exe = 'qcollectiongenerator' + exe = os.path.join(Utilities.getQtBinariesPath(), 'qcollectiongenerator') if Utilities.isWindowsPlatform(): exe += '.exe' dataList.append({