~ubuntu-branches/ubuntu/trusty/grantlee/trusty

« back to all changes in this revision

Viewing changes to templates/i18n/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-07 09:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20101207091901-hsfsvnkxdshv4k8g
Tags: 0.1.7-0ubuntu3
Revert previous upload and try again with the correct patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(grantlee_i18ntags)
2
 
 
3
 
include(${Grantlee_USE_FILE})
4
 
 
5
 
include_directories(
6
 
  ${QT_INCLUDES}
7
 
  ${PROJECT_BINARY_DIR}
8
 
  ${PROJECT_SOURCE_DIR}/../corelib
9
 
)
10
 
 
11
 
grantlee_add_plugin(grantlee_i18ntags
12
 
  i18ntags
13
 
 
14
 
  TAGS
15
 
   i18n
16
 
   i18nc
17
 
   i18np
18
 
   i18ncp
19
 
   l10n_money
20
 
   with_locale
21
 
)
22
 
 
23
 
install(TARGETS grantlee_i18ntags
24
 
         RUNTIME DESTINATION ${PLUGIN_INSTALL_DIR}
25
 
         LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR}
26
 
         ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
27
 
         COMPONENT Devel
28
 
)