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

QT_FOR_CONFIG += virtualkeyboard-private

qtConfig(hangul): SUBDIRS += hangul
qtConfig(hunspell): SUBDIRS += hunspell
qtConfig(lipi-toolkit) {
    SUBDIRS += lipi-toolkit
    qtConfig(hunspell): lipi-toolkit.depends += hunspell
}
qtConfig(openwnn): SUBDIRS += openwnn
qtConfig(pinyin): SUBDIRS += pinyin
qtConfig(t9write): SUBDIRS += t9write
qtConfig(tcime): SUBDIRS += tcime
qtConfig(vkb-myscript): SUBDIRS += myscript
qtConfig(thai) {
    SUBDIRS += thai
    qtConfig(hunspell): thai.depends += hunspell
}