kwallet-framework optionally depends on kdepimlibs
Valentin Rusu
kde at rusu.info
Tue Jan 14 17:32:13 UTC 2014
On 01/14/2014 06:27 PM, Treeve Jelbert wrote:
> src/runtime/kwalletd/CMakeLists.txt:
>
> find_package(Gpgme) # Called by FindQGpgme, but since we call some gpgme
> # functions ourselves we need to link against it
> directly.
> find_package(QGpgme) # provided by kdepimlibs
>
> if (GPGME_FOUND AND QGPGME_FOUND)
> add_definitions(-DHAVE_QGPGME)
> include_directories(${GPGME_INCLUDES} ${QGPGME_INCLUDE_DIR})
> set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE_ENABLE_EXCEPTIONS}")
> endif(GPGME_FOUND AND QGPGME_FOUND)
>
>
>
> kdepimlibs does not build for me and is not a framework.
>
> It looks as if qgpgme should be split from kdepimlibs to become a framework
Yes, it'll be a good idea. I also think that qgpgme should become a
framework. Who could do that? May I take care of it?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 316 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140114/06ccb3a3/attachment.sig>
More information about the Kde-frameworks-devel
mailing list