3 ########### next target ###############
5 set(solidcontrolifaces_LIB_SRCS
8 networkcdmainterface.cpp
9 networkgsminterface.cpp
10 networkserialinterface.cpp
12 wirednetworkinterface.cpp
13 wirelessaccesspoint.cpp
14 wirelessnetworkinterface.cpp
15 bluetoothremotedevice.cpp
16 bluetoothinputdevice.cpp
17 bluetoothinterface.cpp
19 bluetoothsecurity.cpp )
29 kde4_add_library(solidcontrolifaces SHARED ${solidcontrolifaces_LIB_SRCS})
31 target_link_libraries(solidcontrolifaces ${KDE4_KDECORE_LIBS} )
33 set_target_properties(solidcontrolifaces PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
34 install(TARGETS solidcontrolifaces EXPORT kdeworkspaceLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS} )
37 ########### install files ###############
39 install( FILES powermanager.h networkmanager.h networkinterface.h networkcdmainterface.h networkgsminterface.h networkserialinterface.h wirednetworkinterface.h wirelessnetworkinterface.h wirelessaccesspoint.h bluetoothremotedevice.h bluetoothinputdevice.h bluetoothinterface.h bluetoothmanager.h DESTINATION ${INCLUDE_INSTALL_DIR}/solid/control/ifaces COMPONENT Devel)