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

Base+VideoPlayer: Add an icon for video player

Co-authored-by: TreuKS <ks2225@protonmail.com>
This commit is contained in:
Slimey 2022-11-06 16:15:20 +00:00 committed by Brian Gianforcaro
parent d736b2c3c3
commit e00b16460c
5 changed files with 5 additions and 2 deletions

View file

@ -10,5 +10,5 @@ set(SOURCES
VideoPlayerWidget.cpp
)
serenity_bin(VideoPlayer)
serenity_app(VideoPlayer ICON app-video-player)
target_link_libraries(VideoPlayer PRIVATE LibVideo LibAudio LibCore LibGfx LibGUI LibMain)