aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
blob: b5e8abb56c723979d21daf10982fdb2194e95023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

include(../config.pri)

hangul: SUBDIRS += hangul
hunspell: SUBDIRS += hunspell
lipi-toolkit: {
    SUBDIRS += lipi-toolkit
    !disable-hunspell: lipi-toolkit.depends += hunspell
}
openwnn: SUBDIRS += openwnn
pinyin: SUBDIRS += pinyin
t9write: SUBDIRS += t9write
tcime: SUBDIRS += tcime
myscript: SUBDIRS += myscript
thai: {
    SUBDIRS += thai
    !disable-hunspell: thai.depends += hunspell
}