You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebluez/src/tdeioslave/bluetooth/CMakeLists.txt

41 lines
1.0 KiB

#################################################
#
# (C) 2018 Emanoil Kotsev
# deloptes (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/libtdebluez
${CMAKE_BINARY_DIR}/src/libtdebluez
${CMAKE_SOURCE_DIR}/src/tdeioslave/bluetooth
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${DBUS_INCLUDE_DIRS}
${DBUS_TQT_INCLUDE_DIRS}
)
##### tdeio_bluetooth (static) #############################
set( target tdeio_bluetooth )
tde_add_kpart( ${target} AUTOMOC
SOURCES tdeiobluetooth.cpp
LINK ${DBUS_TQT_LIBRARIES} tdeio-shared tdebluez-shared bluezinterfaces-static
DESTINATION ${PLUGIN_INSTALL_DIR}
)
# konqueror sidebar entry
install(
FILES bluetooth.protocol
DESTINATION ${SERVICES_INSTALL_DIR} )
install(
FILES bluetooth_sidebarentry.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services
)