You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin has been removed from all Arch based Linux distros. I use Manjaro but qtcreator comes from Arch repos.
Since me and my team at work love using doxygen, I would like to see this plugin updated to work with qtcreator 6+.
I see this is a team of 5 developers but this repo hasn't been updated in 12 months. I would like to know if this team is still interested and has time to maintain this plugin. If not, then I would like to look into this issue and see if I can help.
The text was updated successfully, but these errors were encountered:
I tried today to build a plugin for QtCreator 6.0 to Qt 5.15.2 (gcc_64).
There is a problem with the CppTools plugin for QtCreator.
In the file doxygen.pro a dependency has been established:
QTC_PLUGIN_DEPENDS +=
coreplugin # cpptools \ <--------- problem
cppcheck
cppeditor
projectexplorer
texteditor
There is no such plugin in the QtCreator 6.0 (Qt/Tools/QtCreator/lib/qtcreator/plugins).
If you comment out the dependency, errors appear in the code:
*** CppTools::CppModelManager* modelManager = CppTools::CppModelManager::instance();
/qtcreator-doxygen/doxygen.cpp:131: error: ‘CppTools’ has not been declared
doxygen.cpp: In function ‘CPlusPlus::Symbol* currentSymbol(Core::IEditor*)’:
doxygen.cpp:131:5: error: ‘CppTools’ has not been declared
CppTools::CppModelManager* modelManager = CppTools::CppModelManager::instance();
^~~~~~~~
Hi,
I'm literally the only person who has worked on this in the past few years.
This project is not currently maintained as I have little time to spend on it but that might change.
I will gladly accept pull requests though :)
This plugin has been removed from all Arch based Linux distros. I use Manjaro but qtcreator comes from Arch repos.
Since me and my team at work love using doxygen, I would like to see this plugin updated to work with qtcreator 6+.
I see this is a team of 5 developers but this repo hasn't been updated in 12 months. I would like to know if this team is still interested and has time to maintain this plugin. If not, then I would like to look into this issue and see if I can help.
The text was updated successfully, but these errors were encountered: