mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-11 17:09:36 +00:00
fix documentations
This commit is contained in:
parent
c22493b199
commit
e52386752d
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,6 +85,7 @@ src/CQtDeployer/Deploy/CQtDeployerSingle.json
|
|||||||
src/CQtDeployer/Deploy/QIFWTemplate/config/config.xml
|
src/CQtDeployer/Deploy/QIFWTemplate/config/config.xml
|
||||||
snap/snapcraft.yaml
|
snap/snapcraft.yaml
|
||||||
src/LibDeploy/src/deploy_global.h
|
src/LibDeploy/src/deploy_global.h
|
||||||
|
doxygen.conf
|
||||||
|
|
||||||
# binaries
|
# binaries
|
||||||
testcases/bin/
|
testcases/bin/
|
||||||
|
@ -80,6 +80,7 @@ else()
|
|||||||
message("The ${PROJECT_NAME} tests is disabled.")
|
message("The ${PROJECT_NAME} tests is disabled.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
configure_file_in("" "${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf")
|
||||||
|
|
||||||
addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
|
addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
|
||||||
addDeployFromCustomFile("CQtDeployer" "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/CQtDeployer.json")
|
addDeployFromCustomFile("CQtDeployer" "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/CQtDeployer.json")
|
||||||
|
@ -38,20 +38,21 @@ PROJECT_NAME = CQtDeployer
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER = @CQT_DEPLOYER_VERSION@
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
# quick idea about the purpose of the project. Keep the description short.
|
# quick idea about the purpose of the project. Keep the description short.
|
||||||
|
|
||||||
PROJECT_BRIEF =
|
PROJECT_BRIEF = CQtDeployer helps you to extract all libraries your executable depends on and to create a launch script for your application.
|
||||||
|
|
||||||
|
|
||||||
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
||||||
# in the documentation. The maximum height of the logo should not exceed 55
|
# in the documentation. The maximum height of the logo should not exceed 55
|
||||||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||||
# the logo to the output directory.
|
# the logo to the output directory.
|
||||||
|
|
||||||
PROJECT_LOGO =
|
PROJECT_LOGO = res/CQtDeployer logo_web.png
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
# 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
|
# into which the generated documentation will be written. If a relative path is
|
Loading…
x
Reference in New Issue
Block a user