mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
fixup bluedevil linking
This commit is contained in:
parent
d1edfc3c56
commit
53a3688ff6
9 changed files with 11 additions and 11 deletions
|
@ -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})
|
||||
|
|
|
@ -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})
|
||||
|
|
|
@ -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})
|
|
@ -31,9 +31,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
|
||||
|
|
|
@ -11,7 +11,7 @@ target_link_libraries(kio_bluetooth
|
|||
${KDE4_KDECORE_LIBS}
|
||||
${KDE4_KIO_LIBRARY}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${LibBlueDevil_LIBRARIES}
|
||||
bluedevil
|
||||
)
|
||||
|
||||
########### install files ###############
|
||||
|
|
|
@ -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})
|
||||
|
|
|
@ -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})
|
||||
|
|
|
@ -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})
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue