blob: c2c9611bf0d516a782b946608bbf0e66fd75bbee (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = qtx11extras
description = Qt X11 Extras Reference Documentation
url = http://qt-project.org/doc/qt-$QT_VER/qtx11extras
version = $QT_VERSION
qhp.projects = qtx11extras
qhp.qtx11extras.file = qtx11extras.qhp
qhp.qtx11extras.namespace = org.qt-project.qtx11extras.$QT_VERSION_TAG
qhp.qtx11extras.virtualFolder = qtx11extras
qhp.qtx11extras.indexTitle = Qt X11 Extras
qhp.qtx11extras.indexRoot =
qhp.qtx11extras.filterAttributes = qtx11extras $QT_VERSION qtrefdoc
qhp.qtx11extras.customFilters.Qt.name = QtX11Extras $QT_VERSION
qhp.qtx11extras.customFilters.Qt.filterAttributes = qtx11extras $QT_VERSION
qhp.qtx11extras.subprojects = classes
qhp.qtx11extras.subprojects.classes.title = C++ Classes
qhp.qtx11extras.subprojects.classes.indexTitle = Qt X11 Extras C++ Classes
qhp.qtx11extras.subprojects.classes.selectors = class fake:headerfile
qhp.qtx11extras.subprojects.classes.sortPages = true
depends += qtcore qtwidgets
headerdirs += ..
sourcedirs += ..
exampledirs += ../../../examples \
snippets
imagedirs += images
|