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

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