summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/tools.pro
blob: dd8401567bd7a5bfd0e7ca238782e0ce21f85339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE      = subdirs
SUBDIRS       = \
                codecs \
                completer \
                customcompleter \
                echoplugin \
                i18n \
                plugandpaint \
                regexp \
                regularexpression \
                settingseditor \
                styleplugin \
                treemodelcompleter \
                undo \
                undoframework

contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n

!qtConfig(library) {
    SUBDIRS -= \
        echoplugin \
        plugandpaint
}