Add doxygen plugin to Qt
Unsolved
General and Desktop
-
wrote on 11 May 2016, 19:01 last edited by Konstantinos 5 Nov 2016, 19:02
I try (in both Windows 7 - Ubuntu 16.4) to add the doxygen plugin on Qt, but I cannot.
https://wiki.qt.io/Doxygen_Plugin_for_QtCreator
This could not help me and finally, it made the progress more difficult.
Can you help me?
-
Hi,
To add a plugin to Qt Creator, you need to use the same compiler and Qt version that was used to build Qt Creator. The compiler part is very important on Windows,check the About Qt Creator to see which were used.
The alternative is to build Qt Creator yourself so you have directly the same Qt and Compiler for both your plugin and Qt Creator.
Hope it helps
-
wrote on 12 May 2016, 06:05 last edited by
This link could help: https://github.com/fpoussin/qtcreator-doxygen/releases
And you need to copy doxygen plugin to QtVersion/Tools/QtCreator/lib/qtcreator/plugins/
3/3