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 49 50
|
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtOrganizer
description = Qt Organizer Reference Documentation
url = http://qt-project.org/doc/qt-5.0/qtorganizer-index.html
version = 5.0.0
qhp.projects = QtOrganizer
qhp.QtOrganizer.file = qtorganizer.qhp
qhp.QtOrganizer.namespace = org.qt-project.qtorganizer.500
qhp.QtOrganizer.virtualFolder = qdoc
qhp.QtOrganizer.indexTitle = Qt Organizer Reference Documentation
qhp.QtOrganizer.indexRoot =
qhp.QtOrganizer.filterAttributes = qtorganizer 5.0.0 qtrefdoc
qhp.QtOrganizer.customFilters.Qt.name = QtOrganizer 5.0.0
qhp.QtOrganizer.customFilters.Qt.filterAttributes = qtorganizer 5.0.0
qhp.QtOrganizer.subprojects = classes overviews examples
qhp.QtOrganizer.subprojects.classes.title = Classes
qhp.QtOrganizer.subprojects.classes.indexTitle = Qt Organizer's Classes
qhp.QtOrganizer.subprojects.classes.selectors = class fake:headerfile
qhp.QtOrganizer.subprojects.classes.sortPages = true
qhp.QtOrganizer.subprojects.overviews.title = Overviews
qhp.QtOrganizer.subprojects.overviews.indexTitle = All Overviews and HOWTOs
qhp.QtOrganizer.subprojects.overviews.selectors = fake:page,group,module
qhp.QtOrganizer.subprojects.examples.title = Qt Organizer Examples
qhp.QtOrganizer.subprojects.examples.indexTitle = Qt Organizer Examples
qhp.QtOrganizer.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtorganizer/qtorganizer.tags
headerdirs += .. \
../../versitorganizer \
../../plugins/organizer \
../../imports/organizer
sourcedirs += .. \
../../versitorganizer \
../../plugins/organizer \
../../imports/organizer
exampledirs += ../../../examples/organizer \
snippets/
imagedirs += images
depends += qtversit qtbase qtcontacts
|