diff options
author | Slávek Banko <[email protected]> | 2020-06-12 12:12:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-12 12:12:34 +0200 |
commit | 6a194d1435d73bf8f19aab741a93f2486dcb4082 (patch) | |
tree | 911e1a02f1cd0558bb16b5c022f3d444df46e2eb /drkonqi/CMakeLists.txt | |
parent | aa8ce65383e9ecdd8d35d0ed19f97085361f7f16 (diff) | |
download | tdebase-6a194d1435d73bf8f19aab741a93f2486dcb4082.tar.gz tdebase-6a194d1435d73bf8f19aab741a93f2486dcb4082.zip |
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'drkonqi/CMakeLists.txt')
-rw-r--r-- | drkonqi/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drkonqi/CMakeLists.txt b/drkonqi/CMakeLists.txt index 6296ae32b..d335789b8 100644 --- a/drkonqi/CMakeLists.txt +++ b/drkonqi/CMakeLists.txt @@ -34,7 +34,7 @@ tde_add_executable( drkonqi AUTOMOC bugdescription.cpp bugdescriptiondialog.cpp sha1.cc krashconf.cpp drbugreport.cpp backtrace.cpp toplevel.cpp - LINK tdeio-shared + LINK tdeio-shared ${LIBR_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) |