From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- plugins/src/inputmethods/inputmethods.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/src/inputmethods/inputmethods.pro (limited to 'plugins/src/inputmethods/inputmethods.pro') diff --git a/plugins/src/inputmethods/inputmethods.pro b/plugins/src/inputmethods/inputmethods.pro new file mode 100644 index 0000000..df31467 --- /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 -- cgit v1.2.1