Fix qca include
ClosedPublic

Authored by heikobecker on Nov 21 2019, 9:32 PM.

Details

Reviewers
mlaurent
Group Reviewers
KDE PIM
Commits
R94:332cd61896f6: Fix qca include
Summary

FindQca already sets
"set_target_properties(qca-qt5 PROPERTIES

INTERFACE_INCLUDE_DIRECTORIES "<prefix>/include/qca-qt5/QtCrypto"
...)"

Without this building messagelib fails with
"dkimchecksignaturejob.cpp:32:10: fatal error:
Qca-qt5/QtCrypto/qca_publickey.h: No such file or directory"

Test Plan

Builds fine

Diff Detail

Repository
R94 PIM: Message Library
Branch
release/19.12
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19039
Build 19057: arc lint + arc unit
heikobecker created this revision.Nov 21 2019, 9:32 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptNov 21 2019, 9:32 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
heikobecker requested review of this revision.Nov 21 2019, 9:32 PM
mlaurent accepted this revision.Nov 22 2019, 6:03 AM
This revision is now accepted and ready to land.Nov 22 2019, 6:03 AM
This revision was automatically updated to reflect the committed changes.