~ubuntu-branches/ubuntu/jaunty/kpackagekit/jaunty

« back to all changes in this revision

Viewing changes to AddRm/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-02-24 11:16:02 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090224111602-cskv8iurzafe9x0x
Tags: 0.4-0ubuntu1
* New upstream release
* Fixed kubuntu_01_editsources.patches to apply correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    KpkAddRm.cpp
4
4
    KpkReviewChanges.cpp
5
5
    KpkRequirements.cpp
 
6
    KpkPackageDetails.cpp
6
7
)
7
8
 
8
9
kde4_add_ui_files(kpk_addrm_SRCS
9
10
    KpkAddRm.ui
10
11
    KpkReviewChanges.ui
11
12
    KpkRequirements.ui
 
13
    KpkPackageDetails.ui
12
14
)
13
15
 
14
16
kde4_add_plugin(kcm_kpk_addrm ${kpk_addrm_SRCS})