aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lipi-toolkit/plugin/plugin.pro
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2018-08-17 16:04:31 +0300
committerMitch Curtis <mitch.curtis@qt.io>2018-08-17 13:33:08 +0000
commit51d91cef4e2b60e2e8702b7bf2d12ecef3fb7f3a (patch)
tree669168d7ebea3e11f83f660c6ce15e972834e311 /src/plugins/lipi-toolkit/plugin/plugin.pro
parent7ea308c8520a11471f1207a27b6b3414d7250da7 (diff)
Add English US keyboard layout
[ChangeLog] Added English US keyboard layout Change-Id: I02c54b5f31bfb757f3fb41fcc6c90341013a4fc3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/plugins/lipi-toolkit/plugin/plugin.pro')
-rw-r--r--src/plugins/lipi-toolkit/plugin/plugin.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/lipi-toolkit/plugin/plugin.pro b/src/plugins/lipi-toolkit/plugin/plugin.pro
index 5620b2a5..d6b6558d 100644
--- a/src/plugins/lipi-toolkit/plugin/plugin.pro
+++ b/src/plugins/lipi-toolkit/plugin/plugin.pro
@@ -36,7 +36,8 @@ INSTALLS += ltk_projects
}
LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/fallback/handwriting.qml
-contains(CONFIG, lang-en.*): LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/en_GB/handwriting.fallback
+contains(CONFIG, lang-en(_GB)?): LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/en_GB/handwriting.fallback
+contains(CONFIG, lang-en(_US)?): LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/en_US/handwriting.fallback
contains(CONFIG, lang-id.*): LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/id_ID/handwriting.fallback
contains(CONFIG, lang-ms.*): LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/ms_MY/handwriting.fallback
contains(CONFIG, lang-nl.*): LAYOUT_FILES += $$LAYOUTS_BASE/content/layouts/nl_NL/handwriting.fallback