OSDN Git Service

and adjust for our use case again
authorIvailo Monev <xakepa10@gmail.com>
Wed, 10 Dec 2014 22:56:33 +0000 (22:56 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 10 Dec 2014 22:56:33 +0000 (22:56 +0000)
bluedevil/src/daemon/helpers/authorize/CMakeLists.txt
bluedevil/src/daemon/kded/CMakeLists.txt
bluedevil/src/fileitemactionplugin/CMakeLists.txt
bluedevil/src/kcmodule/CMakeLists.txt
bluedevil/src/kio/bluetooth/CMakeLists.txt
bluedevil/src/kio/obexftp/daemon/CMakeLists.txt
bluedevil/src/monolithic/CMakeLists.txt
bluedevil/src/sendfile/CMakeLists.txt
bluedevil/src/wizard/CMakeLists.txt

index d307c9b..02e7d9e 100644 (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})
index c3960c0..452c495 100644 (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})
index 27fce33..bdcafac 100644 (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})
\ No newline at end of file
index 6888a52..6c31128 100644 (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
index ef1f1e2..85820bc 100644 (file)
@@ -11,7 +11,7 @@ target_link_libraries(kio_bluetooth
   ${KDE4_KDECORE_LIBS}
   ${KDE4_KIO_LIBRARY}
   ${KDE4_KDEUI_LIBS}
-  ${LibBlueDevil_LIBRARIES}
+  bluedevil
 )
 
 ########### install files ###############
index 00320a7..330a614 100644 (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})
index 7cd40c5..349b712 100644 (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})
index fa52d17..6c0cc28 100644 (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})
index 847e672..869db82 100644 (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})