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

contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n

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