it missed a depend to the Help plugin (don't know whether that is required, but the dependency file states that, and it tries to link to that plugin) -> see the applied patch
diff -U 3 -H -d -r -N -- qt-creator-git.old/src/plugins/plugins.pro qt-creator-git.new/src/plugins/plugins.pro --- qt-creator-git.old/src/plugins/plugins.pro 2009-04-02 18:28:40.000000000 +0200 +++ qt-creator-git.new/src/plugins/plugins.pro 2009-04-28 18:27:57.000000000 +0200 @@ -81,6 +81,7 @@ plugin_projectexplorer.depends += plugin_find plugin_projectexplorer.depends += plugin_coreplugin plugin_projectexplorer.depends += plugin_texteditor +plugin_projectexplorer.depends += plugin_help plugin_qt4projectmanager.subdir = qt4projectmanager plugin_qt4projectmanager.depends = plugin_texteditor
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
