~ubuntu-branches/ubuntu/trusty/digikam/trusty

« back to all changes in this revision

Viewing changes to extra/libkdcraw/libkdcraw/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-09-27 21:41:30 UTC
  • mfrom: (1.2.43)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20120927214130-i8v3ufr21nesp29i
Tags: 4:3.0.0~beta1a-1
* New upstream release

* Fix "wrongly conflicts phonon-backend-vlc" dropped (Closes: #688142)
* debian/watch include download.kde.org

* digikam 3.0.0 uses features from unreleased kdegraphics >=4.10 & ships 
a private version of the kdegraphics libs - this is not the Debian way :-(
* Unsatisfactory Conflicts: libkipi8, libkexiv2-10, libkdcraw20, libksane0
* Suspend digikam-dbg >130Mb

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
INSTALL(TARGETS kdcraw ${INSTALL_TARGETS_DEFAULT_ARGS})
50
50
 
51
 
INSTALL(FILES rawdecodingsettings.h
52
 
              kdcraw.h
53
 
              dcrawsettingswidget.h
54
 
              rnuminput.h
55
 
              rcombobox.h
56
 
              rexpanderbox.h
57
 
              squeezedcombobox.h
58
 
              dcrawinfocontainer.h
59
 
              rawfiles.h
60
 
              libkdcraw_export.h
61
 
              ${CMAKE_CURRENT_BINARY_DIR}/version.h
62
 
        DESTINATION ${INCLUDE_INSTALL_DIR}/libkdcraw COMPONENT Devel)
 
51
# Check if compilation is done through digiKam SC or not. If yes, do not install header files.
 
52
IF(NOT DIGIKAMSC_USE_PRIVATE_KDEGRAPHICS)
 
53
    INSTALL(FILES rawdecodingsettings.h
 
54
                  kdcraw.h
 
55
                  dcrawsettingswidget.h
 
56
                  rnuminput.h
 
57
                  rcombobox.h
 
58
                  rexpanderbox.h
 
59
                  squeezedcombobox.h
 
60
                  dcrawinfocontainer.h
 
61
                  rawfiles.h
 
62
                  libkdcraw_export.h
 
63
                  ${CMAKE_CURRENT_BINARY_DIR}/version.h
 
64
            DESTINATION ${INCLUDE_INSTALL_DIR}/libkdcraw COMPONENT Devel)
 
65
ENDIF()
 
 
b'\\ No newline at end of file'