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/tdebluez-common/CMakeLists.txt

32 lines
722 B

#################################################
#
# (C) 2018 Emanoil Kotsev
# deloptes (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( icons )
add_subdirectory( mimetypes )
#add_subdirectory( dunhandler )
#add_subdirectory( faxhandler )
##### other data ################################
# Bluetooth directory entry in the control center
tde_create_translated_desktop(
SOURCE tde-settings-network-bluetooth.directory
DESTINATION ${DATA_INSTALL_DIR}/tdebluez
)
# Bluetooth access to system debus org.bluez
install(
FILES org.trinitydesktop.tdebluez.conf
DESTINATION ${DBUS_SYS_DIR}
)