aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/hunspell/hunspell.pro
blob: fbe25a0aab20ca2148506c20132184da81940b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

include(../../config.pri)

SUBDIRS += \
    hunspellinputmethod \
    plugin
hunspell-library {
    SUBDIRS += 3rdparty/hunspell
    hunspellinputmethod.depends += 3rdparty/hunspell
}

plugin.depends += hunspellinputmethod