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

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