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

« back to all changes in this revision

Viewing changes to templates/loadertags/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-07 08:09:15 UTC
  • Revision ID: james.westby@ubuntu.com-20101207080915-ee6wcs8nv625su4b
Tags: 0.1.7-0ubuntu2
* Backport upstream commits 128272d4f65d7f02372cb606c148817c2f15a78d and
  5a71ed118f6fae67a4a26ab867ab7575e5a3e34c to moderate test requirements so
  it will build on armel
* Include missing grantlee_i18ntags.so and grantlee_mutabletags.so in
  libgrantlee-core0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project(grantlee_loadertags)
 
2
 
 
3
include_directories(
 
4
  ${QT_INCLUDES}
 
5
  ${PROJECT_BINARY_DIR}
 
6
)
 
7
 
 
8
set_source_files_properties(blockcontext.h PROPERTIES SKIP_AUTOMOC TRUE)
 
9
 
 
10
grantlee_add_plugin(grantlee_loadertags
 
11
  loadertags
 
12
  blockcontext
 
13
 
 
14
  TAGS
 
15
    block
 
16
    extends
 
17
    include
 
18
)
 
19
 
 
20
install(TARGETS grantlee_loadertags
 
21
         RUNTIME DESTINATION ${PLUGIN_INSTALL_DIR}
 
22
         LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR}
 
23
         ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
 
24
         COMPONENT Devel
 
25
)