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:
parent
54f94b14e2
commit
ce7385caab
@ -39,6 +39,7 @@ qgpgme_sources = \
|
|||||||
|
|
||||||
# If you add one here make sure that you also add one in camelcase
|
# If you add one here make sure that you also add one in camelcase
|
||||||
qgpgme_headers= \
|
qgpgme_headers= \
|
||||||
|
abstractimportjob.h \
|
||||||
adduseridjob.h \
|
adduseridjob.h \
|
||||||
changeexpiryjob.h \
|
changeexpiryjob.h \
|
||||||
changeownertrustjob.h \
|
changeownertrustjob.h \
|
||||||
@ -109,7 +110,6 @@ camelcase_headers= \
|
|||||||
|
|
||||||
private_qgpgme_headers = \
|
private_qgpgme_headers = \
|
||||||
qgpgme_export.h \
|
qgpgme_export.h \
|
||||||
abstractimportjob.h \
|
|
||||||
protocol_p.h \
|
protocol_p.h \
|
||||||
qgpgmeadduseridjob.h \
|
qgpgmeadduseridjob.h \
|
||||||
qgpgmebackend.h \
|
qgpgmebackend.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user