mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix Qt path
Add mermaid support
This commit is contained in:
parent
facf86a45d
commit
85a99ae36e
@ -3,9 +3,11 @@
|
||||
# in this directory. You can shift + right click in this explorer
|
||||
# window and select "Open PowerShell Window here" for this.
|
||||
|
||||
include(C:/Qt/5.14.0/msvc2017_64/doc/global/qt-cpp-defines.qdocconf)
|
||||
include(C:/Qt/5.14.0/msvc2017_64/doc/global/compat.qdocconf)
|
||||
include(C:/Qt/5.14.0/msvc2017_64/doc/global/fileextensions.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/macros.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/compat.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
|
||||
|
||||
descripton = ScreenPlay is an open source cross plattform app for displaying Wallpaper, Widgets and AppDrawer.
|
||||
language = Cpp
|
||||
@ -41,9 +43,6 @@ includepaths += ../ScreenPlayWallpaper/
|
||||
includepaths += ../ScreenPlayWidget/src/
|
||||
includepaths += ../ScreenPlayWidget/
|
||||
|
||||
includepaths += C:/Qt/5.14.0/msvc2017_64/include/
|
||||
includepaths += C:/Qt/5.14.0/msvc2017_64/include/QtCore/
|
||||
|
||||
# Images
|
||||
imagedirs = ./images
|
||||
|
||||
@ -71,5 +70,5 @@ HTML.postheader += "<div class=\"container-fullwidth nav\"><div class=\"containe
|
||||
HTML.postheader += "<div id="mainWrapper" class=\"wrapper container \">\n"
|
||||
# what to append to every page after the content
|
||||
HTML.footer += "<div id="license" class=\"footer center\"><p>This documentation is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>.</p></div>"
|
||||
|
||||
|
||||
HTML.footer += "<script src=\"../js/mermaid.min.js\"></script>"
|
||||
HTML.footer += "<script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script>"
|
||||
|
Loading…
Reference in New Issue
Block a user