diff options
author | Michele Calgaro <[email protected]> | 2024-10-30 22:38:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-30 22:38:59 +0900 |
commit | c3cd9951990e020b74e55496de727d6ad9683644 (patch) | |
tree | b9182e1fe3ddf9cd2b445368faccb777e034d053 /src/libtdebluez/CMakeLists.txt | |
parent | 947dacb8f236cef211e0041becabe355d30cc417 (diff) | |
download | tdebluez-c3cd9951990e020b74e55496de727d6ad9683644.tar.gz tdebluez-c3cd9951990e020b74e55496de727d6ad9683644.zip |
Remove detection of tqtqui library
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/libtdebluez/CMakeLists.txt')
-rw-r--r-- | src/libtdebluez/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtdebluez/CMakeLists.txt b/src/libtdebluez/CMakeLists.txt index 9c040d4..467f78e 100644 --- a/src/libtdebluez/CMakeLists.txt +++ b/src/libtdebluez/CMakeLists.txt @@ -78,7 +78,7 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION ${LIBRARY_VERSION} DEPENDS bluezinterfaces-static - LINK ${DBUS_TQT_LIBRARIES} tdeparts-shared bluezinterfaces-static ${TQTQUI_LIBRARIES} + LINK ${DBUS_TQT_LIBRARIES} tdeparts-shared bluezinterfaces-static DESTINATION ${LIB_INSTALL_DIR} ) |