aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/virtualkeyboard.pro
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2018-08-20 09:28:23 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2018-08-20 07:30:35 +0000
commitb7ffccdf7288e6e718925846e0dbc01f95c37ec9 (patch)
tree81d51f46c59ffd26470273c2eadde483e6c1468e /src/virtualkeyboard/virtualkeyboard.pro
parenta96cfd5a035e4021f60c32320cbc011a418835a7 (diff)
Add Spanish Mexican keyboard layout
[ChangeLog] Added Spanish Mexican keyboard layout Change-Id: Idfdf9d8abd051e8fbdad8e724780d30cb452e006 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/virtualkeyboard/virtualkeyboard.pro')
-rw-r--r--src/virtualkeyboard/virtualkeyboard.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/virtualkeyboard/virtualkeyboard.pro b/src/virtualkeyboard/virtualkeyboard.pro
index 62d8ef39..48fb5082 100644
--- a/src/virtualkeyboard/virtualkeyboard.pro
+++ b/src/virtualkeyboard/virtualkeyboard.pro
@@ -141,7 +141,7 @@ contains(CONFIG, lang-el.*) {
content/layouts/el_GR/numbers.fallback \
content/layouts/el_GR/symbols.fallback
}
-contains(CONFIG, lang-es.*) {
+contains(CONFIG, lang-es(_ES)?) {
LAYOUT_FILES += \
content/layouts/es_ES/dialpad.fallback \
content/layouts/es_ES/digits.fallback \
@@ -149,6 +149,14 @@ contains(CONFIG, lang-es.*) {
content/layouts/es_ES/numbers.fallback \
content/layouts/es_ES/symbols.qml
}
+contains(CONFIG, lang-es(_MX)?) {
+ LAYOUT_FILES += \
+ content/layouts/es_MX/dialpad.fallback \
+ content/layouts/es_MX/digits.fallback \
+ content/layouts/es_MX/main.qml \
+ content/layouts/es_MX/numbers.fallback \
+ content/layouts/es_MX/symbols.qml
+}
contains(CONFIG, lang-et.*) {
LAYOUT_FILES += \
content/layouts/et_EE/dialpad.fallback \