~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to krunner/runners/calculator/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-31 19:16:54 UTC
  • Revision ID: james.westby@ubuntu.com-20071031191654-xuof6e1jg6uxqaze
Tags: 3.95.0-0ubuntu1~gutsy1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
########### next target ###############
3
 
 
4
 
set(krunner_calculatorrunner_SRCS
5
 
    calculatorrunner.cpp
6
 
)
7
 
 
8
 
kde4_add_plugin(krunner_calculatorrunner ${krunner_calculatorrunner_SRCS})
9
 
target_link_libraries(krunner_calculatorrunner ${KDE4_KDECORE_LIBS} plasma)
10
 
 
11
 
install(TARGETS krunner_calculatorrunner DESTINATION ${PLUGIN_INSTALL_DIR} )
12
 
 
13
 
 
14
 
########### install files ###############
15
 
 
16
 
install( FILES krunner_calculatorrunner.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
17