aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-12-01 15:29:24 +0200
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-12-07 07:20:28 +0000
commit97d9648f5d950ea7d7b64f5c2db67359e8f47013 (patch)
tree62374298f3e3d1d2d1ba33a1036b89aadc6af8c3 /examples
parent180f8c92ef6d64c50efbedf643d66ca8ea6df1f2 (diff)
Improve build configuration
Add new configuration flags to simplify the customization process of the virtual keyboard. - lang-<code> flag enables the specified language. - lang-all flag enables all the languages. - handwriting flag enables the handwriting input method (t9write or lipi-toolkit) Updated test cases and also fixed the virtual keyboard for single language support. Change-Id: I599816bed591bd193ad26cef0e9bf4812146e865 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/enterprise/virtualkeyboard/virtualkeyboard/virtualkeyboard.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/virtualkeyboard.pro b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/virtualkeyboard.pro
index a3c596b5..b3d7d26b 100644
--- a/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/virtualkeyboard.pro
+++ b/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/virtualkeyboard.pro
@@ -24,7 +24,7 @@ OTHER_FILES += \
content/TextField.qml \
disable-xcb {
- message(The disable-xcb option has been deprecated. Please use disable-desktop instead.)
+ message("The disable-xcb option has been deprecated. Please use disable-desktop instead.")
CONFIG += disable-desktop
}