~beernarrd/ubuntu-keyboard/slovenian-layout

« back to all changes in this revision

Viewing changes to plugins/cs/src/src.pro

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-05-27 15:37:47 UTC
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20140527153747-1kyarbk91aon0tu6
Tags: upstream-0.99.trunk.phablet2+14.10.20140527
ImportĀ upstreamĀ versionĀ 0.99.trunk.phablet2+14.10.20140527

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# generate database for presage:
23
23
PLUGIN_INSTALL_PATH = $${UBUNTU_KEYBOARD_LIB_DIR}/cs/
24
24
 
25
 
lang_db_cs.path = $$PLUGIN_INSTALL_PATH
26
25
lang_db_cs.commands += \
27
26
  rm -f $$PWD/database_cs.db && \
28
27
  text2ngram -n 1 -l -f sqlite -o $$PWD/database_cs.db $$PWD/free_ebook.txt && \
29
28
  text2ngram -n 2 -l -f sqlite -o $$PWD/database_cs.db $$PWD/free_ebook.txt && \
30
29
  text2ngram -n 3 -l -f sqlite -o $$PWD/database_cs.db $$PWD/free_ebook.txt
31
 
 
32
30
lang_db_cs.files += $$PWD/database_cs.db
33
 
QMAKE_EXTRA_TARGETS += lang_db_cs
 
31
 
 
32
lang_db_cs_install.path = $$PLUGIN_INSTALL_PATH
 
33
lang_db_cs_install.files += $$PWD/database_cs.db
 
34
 
 
35
QMAKE_EXTRA_TARGETS += lang_db_cs lang_db_cs_install
34
36
 
35
37
target.path = $$PLUGIN_INSTALL_PATH
36
 
INSTALLS += target lang_db_cs
 
38
INSTALLS += target lang_db_cs_install
37
39
 
38
40
OTHER_FILES += \
39
41
    czechplugin.json \