mirror of https://github.com/qt/qthttpserver.git
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
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 qtdoc qmake qtwebsockets
|
|
|
|
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 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
|
|
|
|
# Fail the documentation build if there are more warnings than the limit
|
|
warninglimit = 0
|