~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to ksystraycmd/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(ksystraycmd_SRCS ksystraycmd.cpp main.cpp )
 
2
 
 
3
 
 
4
kde4_add_executable(ksystraycmd ${ksystraycmd_SRCS})
 
5
 
 
6
target_link_libraries(ksystraycmd ${KDE4_KDEUI_LIBS})
 
7
if (Q_WS_X11)
 
8
  target_link_libraries(ksystraycmd ${X11_X11_LIB})
 
9
endif (Q_WS_X11)
 
10
 
 
11
install(TARGETS ksystraycmd ${INSTALL_TARGETS_DEFAULT_ARGS})