From 48ddee7ba87576895aacce72422f469236395542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 7 May 2021 03:40:58 +0200 Subject: Update CMake rules to change tdehw library to standalone. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- drkonqi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drkonqi') diff --git a/drkonqi/CMakeLists.txt b/drkonqi/CMakeLists.txt index ae1be3a87..080dda686 100644 --- a/drkonqi/CMakeLists.txt +++ b/drkonqi/CMakeLists.txt @@ -35,7 +35,7 @@ tde_add_executable( drkonqi AUTOMOC bugdescription.cpp bugdescriptiondialog.cpp sha1.cpp krashconf.cpp drbugreport.cpp backtrace.cpp toplevel.cpp - LINK tdeio-shared ${LIBR_LIBRARIES} + LINK tdeio-shared ${TDEHW_LIBRARIES} ${LIBR_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.1