1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:07:45 +00:00

VideoPlayer: Add drag and drop support

This patch makes it so that we view clips by dropping them on an open
VideoPlayer window.
This commit is contained in:
Junior Rantila 2023-03-20 23:49:25 +01:00 committed by Sam Atkins
parent 03c225b023
commit f0ceaca2f4
3 changed files with 24 additions and 1 deletions

View file

@ -17,4 +17,4 @@ set(GENERATED_SOURCES
)
serenity_app(VideoPlayer ICON app-video-player)
target_link_libraries(VideoPlayer PRIVATE LibVideo LibAudio LibCore LibGfx LibGUI LibMain)
target_link_libraries(VideoPlayer PRIVATE LibVideo LibAudio LibCore LibGfx LibGUI LibMain LibFileSystemAccessClient)