kdeconnect-kde/kio/CMakeLists.txt

20 lines
576 B
CMake
Raw Normal View History

2014-09-08 02:09:18 +01:00
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kio")
kcoreaddons_add_plugin(kio_kdeconnect SOURCES kiokdeconnect.cpp INSTALL_NAMESPACE "kf6/kio")
set_target_properties(kio_kdeconnect PROPERTIES OUTPUT_NAME "kdeconnect")
ecm_qt_declare_logging_category(kio_kdeconnect
HEADER kdeconnectkio_debug.h
IDENTIFIER KDECONNECT_KIO CATEGORY_NAME kdeconnect.kio
DEFAULT_SEVERITY Warning
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (kio)")
target_link_libraries(kio_kdeconnect
2014-09-23 13:26:56 +01:00
kdeconnectinterfaces
Qt::Core
Qt::Network
KF6::KIOCore
KF6::I18n
)