summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 14:46:23 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:26 +0100
commit6999f571c6255e157b7ced0dd3017412ed691d7c (patch)
tree0f6797637dc8092f25c0b53d541445dd406045dc /kio
parent05b2e1bc9c15f5f17d3e83fd9a5e33cf52ef3ad3 (diff)
downloadtdelibs-6999f571c6255e157b7ced0dd3017412ed691d7c.tar.gz
tdelibs-6999f571c6255e157b7ced0dd3017412ed691d7c.zip
Fix fvisibility option
(cherry picked from commit 91f3b7f8f8d1a9b67e747d43adacef550521b6c1)
Diffstat (limited to 'kio')
-rw-r--r--kio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt
index 4805c1c1b..1bb149284 100644
--- a/kio/CMakeLists.txt
+++ b/kio/CMakeLists.txt
@@ -64,6 +64,6 @@ tde_add_library( ${target} SHARED
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp
VERSION 4.2.0
EMBED kssl-static kiocore-static ksycoca-static kbookmarks-static kfile-static
- LINK kdeui-shared kdesu-shared kwalletclient-shared ${ACL_LIBRARIES}
+ LINK ltdlc-static kdeui-shared kdesu-shared kwalletclient-shared ${ACL_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)