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

Test qdoc config

This commit is contained in:
Elias Steurer 2019-12-12 14:05:00 +01:00
parent 6ea2c6beeb
commit 0d7a5615f2

View File

@ -20,6 +20,8 @@ sourcedirs += ../ScreenPlayWallpaper/src/
sourcedirs += ../ScreenPlayWallpaper/
sourcedirs += ../ScreenPlayWidget/src/
sourcedirs += ../ScreenPlayWidget/
sourcedirs += /usr/include/x86_64-linux-gnu/qt5/QtCore/
sourcedirs += /usr/include/x86_64-linux-gnu/qt5/QtGui/
# Header
headerdirs += ../ScreenPlay/src/
@ -30,6 +32,8 @@ headerdirs += ../ScreenPlayWallpaper/src/
headerdirs += ../ScreenPlayWallpaper/
headerdirs += ../ScreenPlayWidget/src/
headerdirs += ../ScreenPlayWidget/
headerdirs += /usr/include/x86_64-linux-gnu/qt5/QtCore/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtGui/
# Include
includepaths += ../ScreenPlay/src/
@ -40,6 +44,8 @@ includepaths += ../ScreenPlayWallpaper/src/
includepaths += ../ScreenPlayWallpaper/
includepaths += ../ScreenPlayWidget/src/
includepaths += ../ScreenPlayWidget/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtCore/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtGui/
# Images
imagedirs = ./images
@ -69,4 +75,4 @@ 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>"
HTML.footer += "<script>var config = {startOnLoad:true,flowchart:{useMaxWidth:true,htmlLabels:true}};mermaid.initialize(config);</script>"