summaryrefslogtreecommitdiffstats
path: root/src/client/doc/qtwaylandclient.qdocconf
blob: 20ceaef02de14bc8f5ac17a4c19f18c33b36d8df (plain)
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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtwayland.qdocconf)

project                                                     = QtWaylandClient
description                                                 = Qt Wayland Client Reference Documentation
version                                                     = $QT_VERSION

qhp.projects                                                = QtWaylandClient

qhp.QtWaylandClient.file                                    = qtwaylandclient.qhp
qhp.QtWaylandClient.namespace                               = org.qt-project.QtWaylandClient.$QT_VERSION_TAG
qhp.QtWaylandClient.virtualFolder                           = QtWaylandClient
qhp.QtWaylandClient.indexTitle                              = Qt Wayland Client
qhp.QtWaylandClient.indexRoot                               =

depends += qtcore \
           qtqml \
           qtquick \
           qtdoc \
           qtcmake \
           qtwaylandcompositor

headerdirs += \
    ../
sourcedirs += \
    ../

navigation.landingpage    = "Qt Wayland Client"

# Enforce zero documentation warnings
warninglimit = 0