Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. include (KDE4Defaults)
  2.  
  3. kde4_add_ui_files(kcm_wicd_UI_SRCS kcmwidget.ui)
  4. kde4_add_plugin(kcm_wicd wicdkcm.cpp wicddbusinterface.cpp ${kcm_wicd_UI_SRCS})
  5.  
  6. target_link_libraries(kcm_wicd ${KDE4_KDECORE_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_SOLID_LIBS} )
  7.  
  8. install(TARGETS kcm_wicd DESTINATION ${PLUGIN_INSTALL_DIR} )
  9. install( FILES kcm_wicd.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement