blob: 18a441ed6e270b0da34a3892b135f450b869f6de (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtSADuseProfile
description = Qt SADuseProfile Reference Documentation
url = http://qt-project.org/doc/qt-$QT_VER
version = $QT_VERSION
examplesinstallpath = saduseprofile
qhp.projects = QtSADuseProfile
qhp.QtSADuseProfile.file = qtsaduseprofile.qhp
qhp.QtSADuseProfile.namespace = org.qt-project.qtsaduseprofile.$QT_VERSION_TAG
qhp.QtSADuseProfile.virtualFolder = qtsaduseprofile
qhp.QtSADuseProfile.indexTitle = Qt SADuse Profile
qhp.QtSADuseProfile.indexRoot =
qhp.QtSADuseProfile.filterAttributes = qtsaduseprofile $QT_VERSION qtrefdoc
qhp.QtSADuseProfile.customFilters.Qt.name = QtSADuseProfile $QT_VERSION
qhp.QtSADuseProfile.customFilters.Qt.filterAttributes = qtsaduseprofile $QT_VERSION
qhp.QtSADuseProfile.subprojects = classes
qhp.QtSADuseProfile.subprojects.classes.title = C++ Classes
qhp.QtSADuseProfile.subprojects.classes.indexTitle = Qt SADuse Profile C++ Classes
qhp.QtSADuseProfile.subprojects.classes.selectors = class fake:headerfile
qhp.QtSADuseProfile.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtsaduseprofile/qtsaduseprofile.tags
depends += qtcore qtdoc qtmodeling qtuml
headerdirs += ..
sourcedirs += .. \
../../../examples/saduseprofile/doc/src
exampledirs += ../../../examples/saduseprofile \
../ \
snippets
imagedirs += images \
../../../examples/saduseprofile/doc/images
navigation.landingpage = "Qt SADuse Profiles"
navigation.cppclassespage = "Qt SADuse Profile C++ Classes"
|