┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c07490805..8e13e97fe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -93,6 +93,9 @@ kconfig_add_kcfg_files(dolphinprivate_LIB_SRCS
add_library(dolphinprivate ${dolphinprivate_LIB_SRCS})
+generate_export_header(dolphinprivate BASE_NAME libdolphinprivate
+ EXPORT_FILE_NAME libdolphin_export.h)
+
target_link_libraries(
dolphinprivate PUBLIC
KF5::KDELibs4Support