fixing more of the VideoEditor
This commit is contained in:
parent
c5ed583522
commit
433ccf345b
5 changed files with 60 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue