diff options
author | Andre Heinecke <[email protected]> | 2016-07-05 20:10:18 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-07-05 20:10:18 +0000 |
commit | 47bfbc9026b49b9918359af5fcc1621aab0d1065 (patch) | |
tree | b060e540a0aef97e073fb721f677f9be24fc2ca0 /lang/qt/src | |
parent | w32: Fallback to 2.1 reg key for gpgconf search (diff) | |
download | gpgme-47bfbc9026b49b9918359af5fcc1621aab0d1065.tar.gz gpgme-47bfbc9026b49b9918359af5fcc1621aab0d1065.zip |
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.
Diffstat (limited to 'lang/qt/src')
-rw-r--r-- | lang/qt/src/threadedjobmixin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/threadedjobmixin.h b/lang/qt/src/threadedjobmixin.h index 62d7f1c1..b29b8272 100644 --- a/lang/qt/src/threadedjobmixin.h +++ b/lang/qt/src/threadedjobmixin.h @@ -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> |