1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix Qt path

Add mermaid support
This commit is contained in:
Elias Steurer (Kelteseth) 2019-12-10 14:57:45 +00:00
parent facf86a45d
commit 85a99ae36e

View File

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