blob: df314672387d17379e09b536079ca403ad68ceea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = subdirs
unix {
!embedded:!mac:CONFIG += x11
}
# XIM should be enabled only for X11 platform, but following
# configuration is not working properly yet
#im:x11:SUBDIRS += xim
inputmethod:SUBDIRS += imsw-none imsw-multi simple
inputmethod:SUBDIRS += xim
|