~ubuntu-branches/ubuntu/quantal/ark/quantal-updates

« back to all changes in this revision

Viewing changes to app/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 16:57:12 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120726165712-vo2b2n9k5vgws8x4
Tags: 4:4.9.0-0ubuntu1
* Use direct build-depends versions rather than kde-sc-dev-latest
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(icons)
 
2
 
1
3
set(ark_SRCS
2
4
    batchextract.cpp
3
5
    main.cpp
4
6
    mainwindow.cpp
5
7
   )
6
8
 
7
 
kde4_add_app_icon(ark_SRCS "${KDE4_INSTALL_DIR}/share/icons/oxygen/*/apps/utilities-file-archiver.png")
 
9
# For Mac and Windows.
 
10
kde4_add_app_icon(ark_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/icons/hi*-apps-ark.png")
8
11
 
9
12
kde4_add_executable( ark ${ark_SRCS} )
10
13