diff options
Diffstat (limited to 'plugins/src/inputmethods/inputmethods.pro')
-rw-r--r-- | plugins/src/inputmethods/inputmethods.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/src/inputmethods/inputmethods.pro b/plugins/src/inputmethods/inputmethods.pro new file mode 100644 index 000000000..df3146723 --- /dev/null +++ b/plugins/src/inputmethods/inputmethods.pro @@ -0,0 +1,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 |