Qt: More robust lookup of Cpp's context.h

* lang/qt/src/threadedjobmixin.h: When building qgpgme look for
context.h in the full cpp subdirectory.

--
Gpgme core also contains a context.h that can lead to confusion
otherwise.
This commit is contained in:
Andre Heinecke 2016-07-05 22:10:18 +02:00
parent 72b83ffc4d
commit 47bfbc9026

View File

@ -41,7 +41,7 @@
#include <QIODevice>
#ifdef BUILDING_QGPGME
# include "context.h"
# include "lang/cpp/src/context.h"
# include "interfaces/progressprovider.h"
#else
# include <gpgme++/context.h>