File: qthttpserver.qdocconf

package info (click to toggle)
qt6-httpserver 6.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: cpp: 8,416; makefile: 20
file content (55 lines) | stat: -rw-r--r-- 1,850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/global/externalsites.qdocconf)

project                 = QtHttpServer
description             = Qt Lightweight HTTP Server Reference Documentation
version                 = $QT_VERSION

depends += qtcore qtnetwork qtwebsockets qtdoc qmake qtcmake

headerdirs  += ../../src/httpserver

sourcedirs  += .. \
    ../../src/httpserver

exampledirs += \
    ../../examples/httpserver/ \
    ../snippets

imagedirs += ../images

examplesinstallpath = httpserver

defines += QT_WEBSOCKETS_LIB

qhp.projects            = QtHttpServer

qhp.QtHttpServer.file           = qthttpserver.qhp
qhp.QtHttpServer.namespace      = org.qt-project.qthttpserver.$QT_VERSION_TAG
qhp.QtHttpServer.virtualFolder  = QtHttpServer
qhp.QtHttpServer.indexTitle     = Qt HTTP Server
qhp.QtHttpServer.indexRoot      =

qhp.QtHttpServer.subprojects = logging examples classes

qhp.QtHttpServer.subprojects.classes.title = C++ Classes
qhp.QtHttpServer.subprojects.classes.indexTitle = Qt HTTP Server C++ Classes
qhp.QtHttpServer.subprojects.classes.selectors = class fake:headerfile
qhp.QtHttpServer.subprojects.classes.sortPages = true

qhp.QtHttpServer.subprojects.examples.title = Examples
qhp.QtHttpServer.subprojects.examples.indexTitle = Qt HTTP Server Examples
qhp.QtHttpServer.subprojects.examples.selectors = example
qhp.QtHttpServer.subprojects.examples.sortPages = true

qhp.QtHttpServer.subprojects.logging.title = Logging
qhp.QtHttpServer.subprojects.logging.indexTitle = Qt HTTP Server Logging
qhp.QtHttpServer.subprojects.logging.selectors = group:none

navigation.cppclassespage = "Qt HTTP Server C++ Classes"
navigation.landingpage = "Qt HTTP Server"

manifestmeta.highlighted.names = "QtHttpServer/Simple HTTP Server"

# Enforce zero documentation warnings in CI
warninglimit = 0