blob: 423d898932f6c0b1edc2872ea782845872ccd306 (
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
|
TEMPLATE = subdirs
SUBDIRS =
contains(QT_BUILD_PARTS, tests) {
SUBDIRS += \
brush \
clipboard \
code \
draganddrop \
qfontdatabase \
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
}
|