qt: Require gpgmepp from cmake config script

* lang/qt/src/QGpgmeConfig.cmake.in.in: Require cpp.

--
This fixes an error if a user only does find_package(QGpgme)
This commit is contained in:
Andre Heinecke 2016-11-02 14:31:35 +01:00
parent 8486f21342
commit 4149194d2e

View File

@ -96,3 +96,6 @@ unset(_IMPORT_CHECK_TARGETS)
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
# Gpgmepp is a requirement for qgpgme
find_package(Gpgmepp CONFIG REQUIRED)