2 add_subdirectory( tests )
4 ########### next target ###############
6 set(solid_fakebluetooth_PART_SRCS
7 fakebluetoothinterface.cpp
8 fakebluetoothmanager.cpp
9 fakebluetoothremotedevice.cpp
10 fakebluetoothinputdevice.cpp
11 fakebluetoothsecurity.cpp
15 kde4_add_library(solid_fakebluetooth_static STATIC ${solid_fakebluetooth_PART_SRCS} )
16 target_link_libraries(solid_fakebluetooth_static solidcontrolifaces ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY} )
18 kde4_add_plugin(solid_fakebluetooth module.cpp ${solid_fakebluetooth_PART_SRCS})
21 target_link_libraries(solid_fakebluetooth solidcontrolifaces ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY} )
23 install(TARGETS solid_fakebluetooth DESTINATION ${PLUGIN_INSTALL_DIR} )
26 ########### install files ###############
28 install( FILES solid_fakebluetooth.desktop DESTINATION ${SERVICES_INSTALL_DIR}/solidbackends )
29 install( FILES fakebluetooth.xml DESTINATION ${DATA_INSTALL_DIR}/solidfakebluetoothbackend )