┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Beltrame <[email protected]>2014-11-20 09:28:11 +0100
committerLuca Beltrame <[email protected]>2014-11-20 09:28:11 +0100
commit3e5f78a1ccf84313c73ff7fe14e8ec9cfa3f71bf (patch)
tree26a2c904457d066158e691c3875cfe1359ecc9a0 /src
parente1789b559eb63ee517e73968eee72ad8837e7a6f (diff)
Fix build after review 121078
RR 121078 fixed exports, but did not include the necessary generate_export_header in the CMakeLists.txt. Please, if you are testing for Windows, ensure you also test your build in Linux (and with a clean build dir). The fact that kde-baseapps for KF5 is still unreleased does not mean it should not be buildable. CCMAIL: [email protected]
Diffstat (limited to 'src')
-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