]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix build after review 121078
authorLuca Beltrame <lbeltrame@kde.org>
Thu, 20 Nov 2014 08:28:11 +0000 (09:28 +0100)
committerLuca Beltrame <lbeltrame@kde.org>
Thu, 20 Nov 2014 08:28:11 +0000 (09:28 +0100)
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: andriusmao@gmail.com

src/CMakeLists.txt

index c07490805ff3e4aa2b839d1d2ba9e1b8de9d2251..8e13e97fe10674f16fd65ad808f151b09e6978a2 100644 (file)
@@ -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