~cherojeong/ubuntu-keyboard/korean-layout

« back to all changes in this revision

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

  • Committer: Thomas Moenicke
  • Date: 2013-12-09 13:37:29 UTC
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: thomas.moenicke@canonical.com-20131209133729-3qegew1a7mnjl890
adding debian packages for language packs

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
QMAKE_CLEAN     += $$PWD/database_de.db
24
24
 
25
25
# install
26
 
lang_db_de.path = $$UBUNTU_KEYBOARD_LIB_DIR
 
26
lang_db_de.path = $$PLUGIN_INSTALL_PATH
27
27
lang_db_de.commands += \
28
28
  rm -f $$PWD/database_de.db && \
29
29
  text2ngram -n 1 -l -f sqlite -o $$PWD/database_de.db $$PWD/buddenbrooks.txt && \
33
33
lang_db_de.files += $$PWD/database_de.db
34
34
QMAKE_EXTRA_TARGETS += lang_db_de
35
35
 
36
 
target.path = $$UBUNTU_KEYBOARD_LIB_DIR
 
36
target.path = $$PLUGIN_INSTALL_PATH
37
37
INSTALLS += target lang_db_de
38
38
 
39
39
OTHER_FILES += \