summaryrefslogtreecommitdiff
path: root/doc/config/qtdoc-project.qdocconf
blob: 0387ac7643cb16a3e8111a6b9db984f453a784ed (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
59
60
61
62
63
64
65
66
67
68
project                 = QtDoc
description             = Qt Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER/qtdoc
version                 = $QT_VERSION

depends += \
    activeqt \
    qtassistant \
    qt3d \
    qtbluetooth \
    qtconcurrent \
    qtcontacts \
    qtcore \
    qtdbus \
    qtdesigner \
    qtfeedback \
    qtgraphicaleffects \
    qthelp \
    qtimageformats \
    qtgui \
    qtlocation \
    qtlinguist \
    qtmultimedia \
    qtmultimediawidgets \
    qtnetwork \
    qtopengl \
    qtorganizer \
    qtprintsupport \
    qtpublishsubscribe \
    qtqml \
    qtquick \
    qtquickcontrols \
    qtquickcontrolsstyles \
    qtquickdialogs \
    qtquicklayouts \
    qtscript \
    qtscripttools \
    qtsensors \
    qtserialport \
    qtserviceframework \
    qtsql \
    qtsvg \
    qtsysteminfo \
    qttestlib \
    qttools \
    qtuitools \
    qtversit \
    qtwidgets \
    qtwebkit \
    qtwebkitexamples \
    qtx11extras \
    qtxml \
    qtxmlpatterns

headerdirs  += ../src
imagedirs   += ../src/images \
               ../images

sourcedirs  += \
    ../src

exampledirs += \
    ../src \
    ../snippets

# Don't parse files in snippets directory
excludedirs += \
    ../src/snippets