~ubuntu-branches/ubuntu/karmic/digikam/karmic

« back to all changes in this revision

Viewing changes to showfoto/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-02-14 17:52:28 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090214175228-axs6z8e5pgg7bqfx
Tags: 2:0.10.0~rc2-0ubuntu1
* New upstream release (release candidate 2)
* patches/01-kubuntu-fix-armel.patch: 
  - Dropped, included upstream
* control: 
  - Remove quilt from build-depends (no patches)
  - Add liblensfun-dev to build-depends (now in main)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    showfoto.cpp 
50
50
   )
51
51
 
52
 
KDE4_ADD_APP_ICON(showfoto_SRCS "../data/icons/hi*-app-showfoto.png")
 
52
KDE4_ADD_APP_ICON(showfoto_SRCS "../data/icons/oxygen/*/apps/showfoto.png")
53
53
 
54
54
KDE4_ADD_EXECUTABLE(showfoto ${showfoto_SRCS})
55
55
 
59
59
                      ${KDCRAW_LIBRARIES} 
60
60
                      ${KDE4_KIO_LIBS} 
61
61
                      ${LCMS_LIBRARIES}
 
62
                      ${QT_QT3SUPPORT_LIBRARY}
62
63
                     )
63
64
 
64
65
INSTALL(TARGETS showfoto ${INSTALL_TARGETS_DEFAULT_ARGS})