~ubuntu-branches/ubuntu/precise/partitionmanager/precise

« back to all changes in this revision

Viewing changes to src/kpart/test/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-05-02 14:50:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090502145018-ktgdpdforvzltn86
Tags: 1.0.0~beta2-0ubuntu1
* New upstream release
* Remove debian/patches (icon is now included)
  + drop quilt build-dep
* Bump standards-version to 3.8.1
* Update lintian override with manpage for partitionmanager-bin, the 
  actually binary is now a wrapper around -bin, so we don't need an
  additional manpage
* Use pkg-kde-tools for building instead of CDBS' kde4.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        kparttest.cpp
25
25
)
26
26
 
 
27
add_subdirectory(po)
 
28
 
27
29
kde4_add_executable(kparttest ${kparttest_SRCS})
28
30
 
29
31
target_link_libraries(kparttest ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS})
30
32
 
31
 
install(TARGETS kparttest DESTINATION ${BIN_INSTALL_DIR})
 
33
install(TARGETS kparttest ${INSTALL_TARGETS_DEFAULT_ARGS})
32
34
install(FILES kparttestui.rc DESTINATION  ${DATA_INSTALL_DIR}/kparttest)