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

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