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

QT_FOR_CONFIG += virtualkeyboard-private

SUBDIRS += \
    hunspellinputmethod \
    plugin

qtConfig(3rdparty-hunspell) {
    SUBDIRS += 3rdparty/hunspell
    hunspellinputmethod.depends += 3rdparty/hunspell
}

plugin.depends += hunspellinputmethod