mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
|
#include standard set of HTML header and footer.
|
||
|
HTML.nonavigationbar = "false"
|
||
|
HTML.tocdepth = 2
|
||
|
include(html-header-online.qdocconf)
|
||
|
include(html-footer-online.qdocconf)
|
||
|
|
||
|
defines += onlinedocs
|
||
|
|
||
|
#uncomment if navigation bar is not wanted
|
||
|
#HTML.nonavigationbar = "true"
|
||
|
|
||
|
sourcedirs += includes-online \
|
||
|
includes
|