configure_file(config-dolphin.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-dolphin.h)
+configure_file(config-terminal.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-terminal.h)
+
add_definitions(
-DTRANSLATION_DOMAIN=\"dolphin\"
)
dolphinremoveaction.cpp
middleclickactioneventfilter.cpp
dolphinnewfilemenu.cpp
- dolphindebug.cpp
)
+ecm_qt_declare_logging_category(dolphinprivate_LIB_SRCS HEADER dolphindebug.h IDENTIFIER DolphinDebug CATEGORY_NAME org.kde.dolphin)
+
if(HAVE_BALOO)
set(dolphinprivate_LIB_SRCS
${dolphinprivate_LIB_SRCS}
dolphinvcs
Qt5::Concurrent
Qt5::Gui
- KF5::Crash
KF5::I18n
KF5::IconThemes
KF5::KIOCore
filterbar/filterbar.cpp
panels/places/placespanel.cpp
panels/places/placesitem.cpp
- panels/places/placesitemeditdialog.cpp
panels/places/placesitemlistgroupheader.cpp
panels/places/placesitemlistwidget.cpp
panels/places/placesitemmodel.cpp
target_link_libraries(kdeinit_dolphin PRIVATE
dolphinstatic
dolphinprivate
+ KF5::Crash
)
include(DbusInterfaceMacros)