fixing more of the VideoEditor

This commit is contained in:
Chris Cochrun 2024-09-14 06:23:20 -05:00
parent c5ed583522
commit 433ccf345b
5 changed files with 60 additions and 24 deletions

View file

@ -43,9 +43,9 @@ set_package_properties(FFmpeg PROPERTIES TYPE REQUIRED)
# find_package(Libmpv)
# set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
# find_package(MpvQt)
# set_package_properties(MpvQt PROPERTIES TYPE REQUIRED
# URL "https://invent.kde.org/libraries/mpvqt")
find_package(MpvQt)
set_package_properties(MpvQt PROPERTIES TYPE REQUIRED
URL "https://invent.kde.org/libraries/mpvqt")
find_package(YouTubeDl)
set_package_properties(YouTubeDl PROPERTIES TYPE RUNTIME)
@ -108,7 +108,7 @@ target_link_libraries(${APP_NAME}_lib INTERFACE
KF6::I18n
KF6::CoreAddons
# KF6::FileMetaData
# MpvQt::MpvQt
MpvQt::MpvQt
# mpv
ssl
crypto