┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Giboudeaux <[email protected]>2014-06-28 22:17:55 +0200
committerChristophe Giboudeaux <[email protected]>2014-06-28 22:17:55 +0200
commitc8a2db7d4e79422ee3301e855ac5f6bb0a09e710 (patch)
tree695426cb01c3516d0260a21c553af96ef675bc11
parent7fa0c566eda0f954dd005b72bc61befe41daf55f (diff)
Create KF5::Konq
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8050e4cf3..dbce551f3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -127,7 +127,7 @@ kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS})
target_link_libraries(
dolphinprivate PUBLIC
- konq
+ KF5::Konq
KF5::NewStuff
KF5::KDELibs4Support
)
@@ -158,7 +158,7 @@ set(dolphinpart_SRCS
kde4_add_plugin(dolphinpart ${dolphinpart_SRCS})
-target_link_libraries(dolphinpart dolphinprivate konq ${KDE4_KPARTS_LIBS} ${KDE4_KFILE_LIBS})
+target_link_libraries(dolphinpart dolphinprivate KF5::Konq ${KDE4_KPARTS_LIBS} ${KDE4_KFILE_LIBS})
install(TARGETS dolphinpart DESTINATION ${PLUGIN_INSTALL_DIR})
@@ -244,7 +244,7 @@ kde4_add_kdeinit_executable(dolphin ${dolphin_SRCS})
target_include_directories(kdeinit_dolphin PRIVATE ${PHONON_INCLUDES})
target_link_libraries(kdeinit_dolphin
- konq
+ KF5::Konq
dolphinprivate
KF5::NewStuff
KF5::Parts