From 2dc3e354963bfe2d5da27b84192cc543168a38de Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 18 Nov 2014 00:42:02 +0000 Subject: [PATCH] fixup after the static libraries support removal --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 132205ea..ef627ff3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,6 +224,8 @@ set(KDE4_KHTML_INCLUDES ${CMAKE_SOURCE_DIR}/khtml) ################# configure checks and create the configured files ################# +set(LIBRARY_TYPE SHARED) + # ACL stuff (used in kio/ and kioslaves/) macro_optional_find_package(ACL) set_package_properties(ACL PROPERTIES DESCRIPTION "Support for manipulating access control lists"