~ubuntu-branches/ubuntu/saucy/plasma-nm/saucy-proposed

« back to all changes in this revision

Viewing changes to vpn/l2tp/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
ImportĀ upstreamĀ versionĀ 0.0~git20130816

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(l2tp_SRCS
 
2
    l2tp.cpp
 
3
    l2tpwidget.cpp
 
4
    l2tpauth.cpp
 
5
    l2tpadvancedwidget.cpp
 
6
    l2tppppwidget.cpp
 
7
)
 
8
 
 
9
kde4_add_ui_files(l2tp_SRCS l2tp.ui l2tpadvanced.ui l2tpauth.ui l2tpppp.ui)
 
10
 
 
11
kde4_add_plugin(plasmanm_l2tpui ${l2tp_SRCS})
 
12
 
 
13
target_link_libraries(plasmanm_l2tpui plasmanm-internal NetworkManagerQt ${KDE4_KIO_LIBS})
 
14
 
 
15
install(TARGETS plasmanm_l2tpui  DESTINATION ${PLUGIN_INSTALL_DIR})
 
16
 
 
17
install(FILES plasmanm_l2tpui.desktop  DESTINATION ${SERVICES_INSTALL_DIR})