~ubuntu-branches/ubuntu/natty/knemo/natty

« back to all changes in this revision

Viewing changes to src/knemod/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-07 21:42:37 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090407214237-0i2plyb3z1xmjpv1
Tags: 0.5.2-1
* New upstream release
  - Closes: #466025, #482591, #433061

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    interfacestatistics.cpp
10
10
    interfacestatisticsdialog.cpp
11
11
    interfacestatusdialog.cpp
 
12
    interfacetray.cpp
12
13
    knemodaemon.cpp
13
14
    signalplotter.cpp
14
15
    backends/backendbase.cpp
19
20
kde4_add_ui_files( knemo_SRCS interfacestatisticsdlg.ui interfacestatusdlg.ui )
20
21
kde4_add_executable( knemo ${knemo_SRCS} )
21
22
 
22
 
target_link_libraries( knemo ${KDE4_KIO_LIBS} ${KDE4WORKSPACE_SOLIDCONTROL_LIBS} ${LIBIW_LIBRARY} )
 
23
target_link_libraries( knemo ${KDE4_KIO_LIBS} ${LIBIW_LIBRARY} )
23
24
 
24
25
install( TARGETS knemo DESTINATION ${BIN_INSTALL_DIR} )
25
26