# qtcreator-doxygen **Repository Path**: jawinx/qtcreator-doxygen ## Basic Information - **Project Name**: qtcreator-doxygen - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-29 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qtcreator-doxygen Doxygen Plugin for Qt Creator [![GitHub version](https://badge.fury.io/gh/fpoussin%2Fqtcreator-doxygen.svg)](https://github.com/fpoussin/qtcreator-doxygen/releases) [![Build Status](https://jenkins.netyxia.net/buildStatus/icon?job=qtcreator-doxygen%2Fmaster)](https://jenkins.netyxia.net/job/qtcreator-doxygen/job/master/) This project is a fork of the original plugins at: http://dev.kofee.org/projects/qtcreator-doxygen Built for the latest Qt-Creator versions. It adds some features such as a file selection dialog for projects, and duplicate blocks detection. Binaries are available in the releases section. https://github.com/fpoussin/qtcreator-doxygen/releases ## Compiling You will have to install the same Qt version (ie: 5.10 MSVC 2015 32 bit for 4.5.0) that was used to build the Qt creator version you are targeting for the plugin. You can check this in the "about" menu of Qt creator. * Download and extract the Qt creator sources from the official website * Compile them using the correct Qt kit (Optional on linux, you can point to the official binary release which should be in your home folder by default) * You don't need to install it when compiled ##### To compile the plugin you have 2 options: #### Qmake * Specify the path of source and binaries for Qt creator using **QTC_SOURCE** and **QTC_BUILD** vars * **QTC_SOURCE** must point to the sources you extracted * **QTC_BUILD** must point to your build folder (or binary release on Linux) * **USE_USER_DESTDIR** installs the module automatically * Example command: *qmake USE_USER_DESTDIR=yes QTC_SOURCE=\~/src/qt-creator-opensource-src-4.5.0 QTC_BUILD=\~/qtcreator-4.5.0* . #### Qt Creator * Specify the path of source and binaries for Qt creator by editing the dexygen.pro file * You have to change the **QTCREATOR_SOURCES** and **IDE_BUILD_TREE** vars ## Installing If you compiled the plugin, it will be installed automatically. ##### If you downloaded a binary release, the paths are as follow: * Unix: ~/.local/share/data/QtProject/qtcreator/plugins/**\** * OSX: ~/Library/Application Support/QtProject/Qt Creator/plugins/**\** * Windows: %LOCALAPPDATA%\QtProject\qtcreator\plugins\\**\** Replace **\** with your Qt Creator version (ie: 4.8.0)