and adjust for our use case again

This commit is contained in:
Ivailo Monev 2014-12-10 22:56:33 +00:00
parent f3b2dddd0c
commit c7fd8c553e
9 changed files with 11 additions and 11 deletions

View file

@ -6,7 +6,7 @@ set(authorize_SRCS
kde4_add_executable(bluedevil-authorize ${authorize_SRCS})
target_link_libraries(bluedevil-authorize
${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${LibBlueDevil_LIBRARIES})
${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} bluedevil)
install(TARGETS bluedevil-authorize
DESTINATION ${LIBEXEC_INSTALL_DIR})

View file

@ -32,7 +32,7 @@ target_link_libraries(kded_bluedevil
${KDE4_KDECORE_LIBS}
${KDE4_KDEUI_LIBS}
${KDE4_KFILE_LIBS}
${LibBlueDevil_LIBRARIES}
bluedevil
)
install(TARGETS kded_bluedevil DESTINATION ${PLUGIN_INSTALL_DIR})

View file

@ -1,4 +1,4 @@
kde4_add_plugin(bluetoothfiletiemaction sendfileitemaction.cpp)
target_link_libraries(bluetoothfiletiemaction ${KDE4_KIO_LIBS} ${LibBlueDevil_LIBRARIES})
target_link_libraries(bluetoothfiletiemaction ${KDE4_KIO_LIBS} bluedevil)
install(TARGETS bluetoothfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES bluedevilsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})

View file

@ -28,9 +28,9 @@ qt4_automoc(${kcm_bluedevildevices}
${kcm_bluedeviladapters}
${kcm_bluedeviltransfer})
target_link_libraries(kcm_bluedevildevices ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} ${LibBlueDevil_LIBRARIES})
target_link_libraries(kcm_bluedeviladapters ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} ${LibBlueDevil_LIBRARIES})
target_link_libraries(kcm_bluedeviltransfer ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} ${LibBlueDevil_LIBRARIES})
target_link_libraries(kcm_bluedevildevices ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} bluedevil)
target_link_libraries(kcm_bluedeviladapters ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} bluedevil)
target_link_libraries(kcm_bluedeviltransfer ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY} bluedevil)
install(TARGETS kcm_bluedevildevices
kcm_bluedeviladapters

View file

@ -11,7 +11,7 @@ target_link_libraries(kio_bluetooth
${KDE4_KDECORE_LIBS}
${KDE4_KIO_LIBRARY}
${KDE4_KDEUI_LIBS}
${LibBlueDevil_LIBRARIES}
bluedevil
)
########### install files ###############

View file

@ -18,7 +18,7 @@ target_link_libraries(kded_obexftpdaemon
${KDE4_KDECORE_LIBS}
${KDE4_KDEUI_LIBS}
${KDE4_KFILE_LIBS}
${LibBlueDevil_LIBRARIES}
bluedevil
)
install(TARGETS kded_obexftpdaemon DESTINATION ${PLUGIN_INSTALL_DIR})

View file

@ -7,7 +7,7 @@ qt4_add_dbus_interface(monolithic_SRCS org.bluez.Audio.xml audio_interface)
kde4_add_executable(bluedevil-monolithic ${monolithic_SRCS})
target_link_libraries(bluedevil-monolithic ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${LibBlueDevil_LIBRARIES})
target_link_libraries(bluedevil-monolithic ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} bluedevil)
install(TARGETS bluedevil-monolithic ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES bluedevil-monolithic.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

View file

@ -28,7 +28,7 @@ qt4_add_dbus_interface(sendfilehelper_SRCS org.bluez.obex.Transfer1.xml obexd_tr
kde4_add_executable(bluedevil-sendfile ${sendfilehelper_SRCS})
target_link_libraries(bluedevil-sendfile
${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${LibBlueDevil_LIBRARIES})
${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} bluedevil)
install(TARGETS bluedevil-sendfile DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES bluedevil-sendfile.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

View file

@ -24,7 +24,7 @@ kde4_add_ui_files(wizard_SRCS
kde4_add_executable(bluedevil-wizard ${wizard_SRCS})
target_link_libraries(bluedevil-wizard
${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${LibBlueDevil_LIBRARIES})
${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} bluedevil)
install(TARGETS bluedevil-wizard ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES bluedevil-wizard.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})