1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:38:10 +00:00

PDFViewer: Use FileSystemAccessClient to open files

This commit is contained in:
Mustafa Quraish 2021-09-02 08:22:13 -04:00 committed by Andreas Kling
parent d645f637f1
commit eae21c7e31
4 changed files with 47 additions and 13 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(PDFViewer ICON app-pdf-viewer)
target_link_libraries(PDFViewer LibGUI LibPDF)
target_link_libraries(PDFViewer LibGUI LibPDF LibFileSystemAccessClient)