Add poppler to dependency of kfilemetadata
ClosedPublic

Authored by fengchao on Feb 22 2020, 4:54 AM.

Details

Summary

Without this dependency, kfilmetadata will show below build error in Arch Linux(System Qt is 5.14 now).

[ 54%] Linking CXX executable ../bin/popplerextractortest
/usr/bin/ld: /usr/lib/libpoppler-qt5.so: undefined reference to `qt_version_tag@Qt_5.14'
/usr/bin/ld: /usr/lib/libpoppler-qt5.so: undefined reference to `QLinearGradient::~QLinearGradient()@Qt_5'

Diff Detail

Repository
R499 Metadata for build scripts
Lint
Lint Skipped
Unit
Unit Tests Skipped
fengchao requested review of this revision.Feb 22 2020, 4:54 AM
fengchao created this revision.
nicolasfella accepted this revision.Feb 22 2020, 9:16 AM
This revision is now accepted and ready to land.Feb 22 2020, 9:16 AM
fengchao closed this revision.Feb 23 2020, 12:03 PM

Thanks. Change is committed.