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:
parent
d645f637f1
commit
eae21c7e31
4 changed files with 47 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue