Use correct INSTALL_TARGETS_DEFAULT_ARGS
Non-KF targets must use KDE_INSTALL_TARGETS_DEFAULT_ARGS. The KF_
variables adds ${_IMPORT_PREFIX}/include/KF[56] to
INTERFACE_INCLUDE_DIRECTORIES and that causes cmake errors for users
of this library if ${_IMPORT_PREFIX}/include/KF[56] doesn't exist
(e.g. because one uses KF libraries provided by the distro).
This needs to be fixed in all of KDE PIM.
CCMAIL: montel@kde.org
(cherry picked from commit 26753ebdd2eb256e03a3be614e6ebf555fa03452)