diff --git a/.github/workflows/auto-doxygen.yml b/.github/workflows/auto-doxygen.yml index c5643e45c..b51fdf330 100644 --- a/.github/workflows/auto-doxygen.yml +++ b/.github/workflows/auto-doxygen.yml @@ -15,7 +15,7 @@ jobs: submodules: 'recursive' show-progress: '' - name: Setup and run doxygen - run: sudo apt install doxygen graphviz -y + run: sudo apt install doxygen graphviz qhelpgenerator-qt5 -y - name: Run doxygen run: doxygen Doxyfile - uses: actions/upload-pages-artifact@v3 diff --git a/Doxyfile b/Doxyfile index f21239356..a3739f321 100644 --- a/Doxyfile +++ b/Doxyfile @@ -67,7 +67,7 @@ PROJECT_LOGO = ico/256x256/qet.png # when the HTML document is shown. Doxygen will copy the logo to the output # directory. -PROJECT_ICON = +PROJECT_ICON = ico/256x256/qelectrotech.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -1590,7 +1590,7 @@ GENERATE_QHP = YES # the HTML output folder. # This tag requires that the tag GENERATE_QHP is set to YES. -QCH_FILE = QElectroTech.qch +QCH_FILE = ../QElectroTech.qch # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace