Hi all,
I have a plugin which depends on several plugins included into Qt Creator:
<dependencyList>
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"CppTools\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"Designer\" version=\"$$QTCREATOR_VERSION\"
type=\"optional\"/>
</dependencyList>
I've compiled plugin against version 2.2.83, than updated Qt Creator 2.3 branch
from git and got
2.2.84 version of all plugins. My plugin failed to load because it could not
find 2.2.83 version of
dependencies.
Is it possible to make plugin loading with any snapshot of 2.3?
--
Regards,
Konstantin
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator