changed location of generation of .qch file

This commit is contained in:
Int-Circuit
2025-05-25 09:10:11 +02:00
parent bb74f822d7
commit 2ebc3a6054
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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