~michael-sheldon/+junk/keyboard-skeyer-autocorrect

« back to all changes in this revision

Viewing changes to plugins/it/qml/qml.pro

  • Committer: Thomas Moenicke
  • Date: 2013-11-28 14:40:54 UTC
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: thomas.moenicke@canonical.com-20131128144054-0lu0iej0ygrbvr0i
added fr, de, es, en, it lang packs
added internal library for sharing code between presage/hunspell based packages
fixes in buildsystem
fixed path for installing plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
TARGET = dummy
 
3
TEMPLATE = lib
 
4
 
 
5
lang.path = "$$UBUNTU_KEYBOARD_DATA_DIR/languages/it"
 
6
lang.files = languages/it/*.qml languages/it/*.js
 
7
 
 
8
INSTALLS +=     lang
 
9
 
 
10
# for QtCreator
 
11
OTHER_FILES += \
 
12
    Keyboard_it.qml \
 
13
    Keyboard_it_email.qml \
 
14
    Keyboard_it_url.qml \
 
15
    Keyboard_it_url_search.qml
 
16