~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to plugins/treeshape/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(  )
 
2
 
 
3
########### Flake Plugin library ###############
 
4
 
 
5
SET (treeshape_LIB_SRCS
 
6
    Layout.cpp
 
7
    TreeShape.cpp
 
8
 
 
9
    TreeShapeConfigWidget.cpp
 
10
    TreeChangeStructureCommand.cpp
 
11
    TreeChangeConnectionCommand.cpp
 
12
    TreeShapeMoveStrategy.cpp
 
13
    TreeShapeMoveCommand.cpp
 
14
    TreeShapeFactory.cpp
 
15
 
 
16
    SelectionDecorator.cpp
 
17
    TreeTool.cpp
 
18
    TreeToolFactory.cpp
 
19
    Plugin.cpp
 
20
)
 
21
 
 
22
kde4_add_ui_files(treeshape_LIB_SRCS
 
23
    TreeShapeConfigWidget.ui
 
24
)
 
25
kde4_add_plugin(treeshape ${treeshape_LIB_SRCS})
 
26
 
 
27
target_link_libraries(treeshape flake)
 
28
 
 
29
install(TARGETS treeshape DESTINATION ${PLUGIN_INSTALL_DIR})
 
30
install(FILES treeshape.desktop DESTINATION ${SERVICES_INSTALL_DIR})
 
 
b'\\ No newline at end of file'