On 20.06.2013, at 12:30, Guido Seifert <[email protected]> wrote: > > Hiya, > what I want to do: I have a QtCreator plugin, which on start looks into a > folder and > if it finds QtCreator plugins there, it loads them into the running QtCreator > instance. > Is this possible?
The plugin manager doesn't support this. The list of (potential) plugins is initialized before loading any plugin. Br, Eike -- Eike Ziller, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
