~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to imageplugins/border/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2010-04-09 21:30:01 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100409213001-4bfyibrd359rn7o3
Tags: 2:1.2.0-0ubuntu1
* New upstream release (LP: #560576)
* Remove all patches, fixed upstream
  - Remove quilt build-depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
ADD_SUBDIRECTORY( patterns )
3
 
 
4
 
SET(digikamimageplugin_border_PART_SRCS imageplugin_border.cpp
5
 
                                        bordertool.cpp 
6
 
                                        border.cpp 
7
 
   )
8
 
 
9
 
KDE4_ADD_PLUGIN(digikamimageplugin_border ${digikamimageplugin_border_PART_SRCS})
10
 
 
11
 
TARGET_LINK_LIBRARIES(
12
 
    digikamimageplugin_border
13
 
    digikamcore
14
 
    ${KDE4_KDECORE_LIBS}
15
 
    ${KDE4_KDEUI_LIBS}
16
 
    ${KDE4_KIO_LIBS}
17
 
    ${QT_QTCORE_LIBRARY}
18
 
    ${KDCRAW_LIBRARIES}
19
 
    )
20
 
 
21
 
INSTALL(TARGETS digikamimageplugin_border DESTINATION ${PLUGIN_INSTALL_DIR})
22
 
INSTALL(FILES digikamimageplugin_border_ui.rc DESTINATION ${DATA_INSTALL_DIR}/digikam)
23
 
INSTALL(FILES digikamimageplugin_border.desktop DESTINATION ${SERVICES_INSTALL_DIR})