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

« back to all changes in this revision

Viewing changes to src/word-prediction.pri

  • 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
1
# to be included at bottom of .pro files
2
2
enable-presage {
3
 
    DEFINES += HAVE_PRESAGE
 
3
#    DEFINES += HAVE_PRESAGE
4
4
    LIBS += -lpresage
5
5
}
6
6