summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/tools.pro
blob: 503efa84032ebf61df9cbf1c144807e88bedb025 (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
TEMPLATE      = subdirs
SUBDIRS       = \
                codecs \
                completer \
                customcompleter \
                echoplugin \
                i18n \
                plugandpaintplugins \
                plugandpaint \
                regexp \
                regularexpression \
                settingseditor \
                styleplugin \
                treemodelcompleter \
                undo \
                undoframework

contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n

plugandpaint.depends = plugandpaintplugins

load(qfeatures)
contains(QT_DISABLED_FEATURES, library) {
    SUBDIRS -= \
        echoplugin \
        plugandpaintplugins \
        plugandpaint
}