diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-09-05 18:55:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-09-05 19:07:21 +0200 |
commit | ab9e9dfa123dd3b7da2dab7706d48ddd44a14a12 (patch) | |
tree | 10e4f0ab247e8251b9dbd508a8684b35c6d8fa4b | |
parent | 7895d30023c918e8fb3a2d7d1003166a9ec2543f (diff) | |
download | libcalendaring-ab9e9dfa123dd3b7da2dab7706d48ddd44a14a12.tar.gz |
Install kcomponentdata.hlibcalendaring-4.9.2
Required by kolab-utils, otherwise we hit an assert in:
KSslCertificateManagerPrivate::loadDefaultCaCertificates
(via kimap)
-rw-r--r-- | kdecore/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt index f543f0e..f18c629 100644 --- a/kdecore/CMakeLists.txt +++ b/kdecore/CMakeLists.txt @@ -623,7 +623,7 @@ install( FILES kernel/kauthorized.h kernel/kcmdlineargs.h kernel/kglobal.h -# kernel/kcomponentdata.h + kernel/kcomponentdata.h # kernel/kstandarddirs.h # kernel/ktoolinvocation.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel |