You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
399 B

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../../..
${CMAKE_CURRENT_SOURCE_DIR}/../lib
${CHM_INCLUDE_DIR}
)
########### next target ###############
set(kio_msits_PART_SRCS msits.cpp kio_mits_debug.cpp)
kcoreaddons_add_plugin(kio_msits SOURCES ${kio_msits_PART_SRCS} INSTALL_NAMESPACE "kf5/kio")
target_link_libraries(kio_msits KF5::KIOCore Qt5::Core ${CHM_LIBRARY} Qt5::Network)