qt: Install abstractimportjob.h

* lang/cpp/src/Makefile.am: Install abstractimportjob.h since it's
included from importjob.h

--
Fixes build when someone inclues importjob.h in their code.
This commit is contained in:
Daniel Vrátil 2016-10-11 19:32:08 +02:00 committed by Andre Heinecke
parent 54f94b14e2
commit ce7385caab

View File

@ -39,6 +39,7 @@ qgpgme_sources = \
# If you add one here make sure that you also add one in camelcase
qgpgme_headers= \
abstractimportjob.h \
adduseridjob.h \
changeexpiryjob.h \
changeownertrustjob.h \
@ -109,7 +110,6 @@ camelcase_headers= \
private_qgpgme_headers = \
qgpgme_export.h \
abstractimportjob.h \
protocol_p.h \
qgpgmeadduseridjob.h \
qgpgmebackend.h \