removing mpv pieces
This commit is contained in:
parent
e9d0bdb5c5
commit
8ae9911ee3
5 changed files with 11 additions and 17 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