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

« back to all changes in this revision

Viewing changes to vpn/openvpn/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(openvpn_SRCS
 
2
    openvpn.cpp
 
3
    openvpnwidget.cpp
 
4
    openvpnauth.cpp
 
5
    openvpnadvancedwidget.cpp
 
6
)
 
7
 
 
8
kde4_add_ui_files(openvpn_SRCS openvpn.ui openvpnauth.ui openvpnadvanced.ui)
 
9
 
 
10
kde4_add_plugin(plasmanm_openvpnui ${openvpn_SRCS})
 
11
 
 
12
target_link_libraries(plasmanm_openvpnui plasmanm-internal NetworkManagerQt ${KDE4_KIO_LIBS})
 
13
 
 
14
install(TARGETS plasmanm_openvpnui  DESTINATION ${PLUGIN_INSTALL_DIR})
 
15
 
 
16
install(FILES plasmanm_openvpnui.desktop  DESTINATION ${SERVICES_INSTALL_DIR})