blob: 7d7f052cebec0acd73985d9005d28901225d3b02 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
includepaths += .
project = QtJenny
description = Qt Jenny
version = $QT_VER
url = https://doc.qt.io/qtjenny
sourcedirs += ../src
imagedirs += ../images
qhp.projects = QtJenny
qhp.QtJenny.file = qtjenny.qhp
qhp.QtJenny.namespace = org.qt-project.qtjenny.$QT_VERSION_TAG
qhp.QtJenny.virtualFolder = qtjenny
qhp.QtJenny.indexTitle = Qt Jenny
qhp.QtJenny.indexRoot =
qhp.QtJenny.filterAttributes = qtjenny $QT_VERSION qtrefdoc
qhp.QtJenny.customFilters.Qt.name = QtJenny $QT_VERSION
qhp.QtJenny.customFilters.Qt.filterAttributes = qtjenny $QT_VERSION
tagfile = qtjenny.tags
#Check dependencies, linking using external URLs for now
depends += \
qtdoc \
qdoc \
qtcore \
qtgui \
qtquick \
qtqml \
qtqmlmodels \
qtcmake \
qtquickcontrols
buildversion = "Qt Jenny $QT_VER"
navigation.homepage = "Qt Jenny"
navigation.hometitle = "Qt Jenny"
macro.majorversion = "1"
macro.minorversion = "1.0"
macro.patchversion = "1.0.0"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0
|