~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to libs/libkexiv2/libkexiv2/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                    kexiv2iptc.cpp
19
19
                    kexiv2gps.cpp
20
20
                    kexiv2xmp.cpp
 
21
                    kexiv2previews.cpp
 
22
                    altlangstredit.cpp
 
23
                    msgtextedit.cpp
 
24
                    countryselector.cpp
 
25
                    subjectwidget.cpp
 
26
                    rotationmatrix.cpp
21
27
   )
22
28
 
23
29
KDE4_ADD_LIBRARY(kexiv2 SHARED ${kexiv2_LIB_SRCS})
24
30
 
25
 
TARGET_LINK_LIBRARIES(kexiv2 ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY} ${EXIV2_LIBRARIES})
 
31
TARGET_LINK_LIBRARIES(kexiv2 ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY}
 
32
                             ${QT_QTXML_LIBRARY} ${EXIV2_LIBRARIES})
26
33
 
27
34
IF( WIN32 )
28
35
TARGET_LINK_LIBRARIES( kexiv2 ${EXPAT_LIBRARIES} )
33
40
 
34
41
INSTALL(TARGETS kexiv2 ${INSTALL_TARGETS_DEFAULT_ARGS} )
35
42
 
36
 
INSTALL(FILES kexiv2.h libkexiv2_export.h ${CMAKE_CURRENT_BINARY_DIR}/version.h 
 
43
INSTALL(FILES kexiv2.h
 
44
              kexiv2data.h
 
45
              kexiv2previews.h
 
46
              libkexiv2_export.h
 
47
              msgtextedit.h
 
48
              subjectwidget.h
 
49
              altlangstredit.h
 
50
              countryselector.h
 
51
              ${CMAKE_CURRENT_BINARY_DIR}/version.h
37
52
        DESTINATION ${INCLUDE_INSTALL_DIR}/libkexiv2 COMPONENT Devel)
 
53
 
 
54
INSTALL(FILES topicset.iptc-subjectcode.xml DESTINATION ${DATA_INSTALL_DIR}/libkexiv2/data)
 
 
b'\\ No newline at end of file'