find_package(LibAttica REQUIRED NO_MODULE )#somehow this is not searched for
find_package(KDELibs4 REQUIRED NO_MODULE)#needed for KDE4Support
find_package(KDE4Support REQUIRED NO_MODULE)
find_package(KDE4Attic REQUIRED NO_MODULE)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)#this is needed since it is apparently not set by Qt5Config.cmake
SET( CMAKE_INCLUDE_CURRENT_DIR ON )
set( CMAKE_INCLUDE_CURRENT_DIR ON )
set( CMAKE_AUTOMOC TRUE )
include_directories(${KDE4_INCLUDES})
macro_optional_find_package( QCA2 )
macro_log_feature( QCA2_FOUND "QCA2""Qt Cryptographic Architecture""http://delta.affinix.com/qca" FALSE "2.0.0""Needed for most of the algorithms of the checksum tool.")