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
|
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/
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 = classes examples
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 = fake:example
qhp.QtHttpServer.subprojects.examples.sortPages = true
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
|