blob: 428cea6667021ad103749200b6dbdec53cccf056 (
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
48
|
includepaths += .
project = QtGradlePlugin
description = Qt Gradle Plugin
version = $QT_VER
url = https://doc.qt.io/qtgradleplugin
sourcedirs += ../src
imagedirs += ../images
qhp.projects = QtGradlePlugin
qhp.QtGradlePlugin.file = qtgradleplugin.qhp
qhp.QtGradlePlugin.namespace = org.qt-project.qtgradleplugin.$QT_VERSION_TAG
qhp.QtGradlePlugin.virtualFolder = qtgradleplugin
qhp.QtGradlePlugin.indexTitle = Qt Gradle Plugin
qhp.QtGradlePlugin.indexRoot =
qhp.QtGradlePlugin.filterAttributes = qtgradleplugin $QT_VERSION qtrefdoc
qhp.QtGradlePlugin.customFilters.Qt.name = QtGradlePlugin $QT_VERSION
qhp.QtGradlePlugin.customFilters.Qt.filterAttributes = qtgradleplugin $QT_VERSION
tagfile = qtgradleplugin.tags
#Check dependencies, linking using external URLs for now
depends += \
qtdoc \
qdoc \
qtcore \
qtgui \
qtquick \
qtqml \
qtqmlmodels \
qtcmake \
qtquickcontrols
buildversion = "Qt Gradle Plugin $QT_VER"
navigation.homepage = "Qt Gradle Plugin"
navigation.hometitle = "Qt Gradle Plugin"
macro.majorversion = "1"
macro.minorversion = "1.3"
macro.minqtpatchversion = "6.8.0"
#{HTML.extraimages,qhp.QtGradlePlugin.extraFiles} += ../images/qt-gradle-plugin/_youtubevideoid.png
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0
|