summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/snippets.pro
blob: a0c9241551ae0c81b6988cb00be893921603aef0 (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
TEMPLATE = subdirs
SUBDIRS =

contains(QT_BUILD_PARTS, tests) {
    SUBDIRS += \
        brush \
        clipboard \
        code \
        draganddrop \
        droparea \
        dropevents \
        droprectangle \
        image \
        picture \
        plaintextlayout \
        polygon \
        qfileopenevent \
        qfontdatabase \
        qimagewriter \
        qstatustipevent \
        qtextobject \
        scribe-overview \
        textblock-formats \
        textblock-fragments \
        textdocument-blocks \
        textdocument-charformats \
        textdocument-css \
        textdocument-cursors \
        textdocument-end \
        textdocument-find \
        textdocument-frames \
        textdocument-imagedrop \
        textdocument-imageformat \
        textdocument-images \
        textdocument-listitems \
        textdocument-listitemstyles \
        textdocument-lists \
        textdocument-printing \
        textdocument-resources \
        textdocument-selections \
        textdocument-tables \
        textdocument-texttable
}