summaryrefslogtreecommitdiff
path: root/src/controls/doc/qtquickcontrols.qdocconf
blob: c04bced2c4807ef2f30acedf4bdee562e24085f1 (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
49
50
51
52
53
54
55
56
57
58
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtQuickControls
description             = Qt Quick Controls Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER/qtquickcontrols/
version                 = $QT_VERSION

qhp.projects            = QtQuickControls

qhp.QtQuickControls.file          = qtquickcontrols.qhp
qhp.QtQuickControls.namespace     = org.qt-project.qtquickcontrols.$QT_VERSION_TAG
qhp.QtQuickControls.virtualFolder = qtquickcontrols
qhp.QtQuickControls.indexTitle    = Qt Quick Controls
qhp.QtQuickControls.indexRoot     =
#qhp.QtQuickControls.extraFiles = style/qtquickcontrols.css

qhp.QtQuickControls.filterAttributes    = qtcontrols $QT_VERSION qtrefdoc
qhp.QtQuickControls.customFilters.Qt.name = QtQuickControls $QT_VERSION
qhp.QtQuickControls.customFilters.Qt.filterAttributes = qtquickcontrols $QT_VERSION

qhp.QtQuickControls.subprojects = qtquickcontrolsqmltypes styleqmltypes
qhp.QtQuickControls.subprojects.qtquickcontrolsqmltypes.title = QML Types
qhp.QtQuickControls.subprojects.qtquickcontrolsqmltypes.indexTitle = Qt Quick Controls QML Types
qhp.QtQuickControls.subprojects.qtquickcontrolsqmltypes.selectors = class fake:qmlclass
qhp.QtQuickControls.subprojects.qtquickcontrolsqmltypes.sortPages = true

qhp.QtQuickControls.subprojects.styleqmltypes.title = Styles QML Types
qhp.QtQuickControls.subprojects.styleqmltypes.indexTitle = Qt Quick Controls Styles QML Types
qhp.QtQuickControls.subprojects.styleqmltypes.selectors = class fake:qmlclass
qhp.QtQuickControls.subprojects.styleqmltypes.sortPages = true

depends = qtqml qtquick qtwidgets qtdoc qtquicklayouts

exampledirs += ../../../examples/quick/controls

# Specify the install path under QT_INSTALL_EXAMPLES
examplesinstallpath = quick/controls

headerdirs += ../
headerdirs += ../ ../../styles/Base

sourcedirs += ../
sourcedirs += ../ ../../styles/Base

sources += ../../private/qstyleitem.cpp \
           ../../private/AbstractCheckable.qml \
           ../../private/BasicButton.qml \
           ../../private/FocusFrame.qml \
           ../../private/ModalPopupBehavior.qml \
           ../../private/PageSlideTransition.qml \
           ../../private/ScrollBar.qml \
           ../../private/TabBar.qml \
           ../../private/Control.qml \
           ../../private/Style.qml \
           ../../private/qquickpaddedstyle.h \
           ../../private/qquickpaddedstyle.cpp

imagedirs += images