File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 \"Name\" : \"Doxygen\",
3- \"Version\" : \"0.4.4 \",
3+ \"Version\" : \"0.4.5 \",
44 \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
55 \"Vendor\" : \"Fabien Poussin\",
66 \"Copyright\" : \"Fabien Poussin\",
1717 \"Url\" : \"https://github.com/fpoussin/qtcreator-doxygen\",
1818 $$dependencyList
1919}
20-
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ RESOURCES += doxygen.qrc
2828
2929# # set the QTC_SOURCE environment variable to override the setting here
3030QTCREATOR_SOURCES = $$(QTC_SOURCE)
31- unix :isEmpty (QTCREATOR_SOURCES ):QTCREATOR_SOURCES =$$(HOME) /src/qt-creator-opensource-src-4.0 .0
32- win32 :isEmpty (QTCREATOR_SOURCES ):QTCREATOR_SOURCES =D: \ src\qt-creator-opensource-src-4.0 .0
31+ unix :isEmpty (QTCREATOR_SOURCES ):QTCREATOR_SOURCES =$$(HOME) /src/qt-creator-opensource-src-4.2 .0
32+ win32 :isEmpty (QTCREATOR_SOURCES ):QTCREATOR_SOURCES =D: \ src\qt-creator-opensource-src-4.2 .0
3333
3434# # set the QTC_BUILD environment variable to override the setting here
3535IDE_BUILD_TREE = $$(QTC_BUILD)
36- unix :isEmpty (IDE_BUILD_TREE ):IDE_BUILD_TREE =$$(HOME) /qtcreator-4.0 .0
36+ unix :isEmpty (IDE_BUILD_TREE ):IDE_BUILD_TREE =$$(HOME) /qtcreator-4.2 .0
3737win32 :isEmpty (IDE_BUILD_TREE ):IDE_BUILD_TREE =D: \ src\build-qtcreator-5_6_0_msvc2013-Release
3838
3939# # set the QTC_LIB_BASENAME environment variable to override the setting here
@@ -75,3 +75,6 @@ include($$QTCREATOR_SOURCES/src/qtcreatorplugin.pri)
7575
7676DEFINES -= QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
7777
78+ DISTFILES += \
79+ Doxygen.json.in
80+
Original file line number Diff line number Diff line change 2525#include " doxygenconstants.h"
2626#include < coreplugin/icore.h>
2727#include < utils/qtcassert.h>
28+ #include < utils/icon.h>
2829#include < QtCore/QCoreApplication>
2930#include < QIcon>
3031
@@ -40,7 +41,7 @@ DoxygenSettings::DoxygenSettings() :
4041 setDisplayName (tr (" Doxygen" ));
4142 setCategory (Core::Id::fromString (QString (Constants::DOXYGEN_SETTINGS_CATEGORY)));
4243 setDisplayCategory (" Doxygen" );
43- setCategoryIcon (" :/doxygen.png" );
44+ setCategoryIcon (Utils::Icon ( " :/doxygen.png" ) );
4445}
4546
4647QWidget* DoxygenSettings::widget ()
You can’t perform that action at this time.
0 commit comments