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:
parent
72b83ffc4d
commit
47bfbc9026
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user