lots of little bug fixes
This commit is contained in:
parent
de80d304bf
commit
ee5481f8db
17 changed files with 125 additions and 116 deletions
|
@ -43,12 +43,12 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami CoreAddons I18n)
|
|||
find_package(FFmpeg)
|
||||
set_package_properties(FFmpeg PROPERTIES TYPE REQUIRED)
|
||||
|
||||
# find_package(Libmpv)
|
||||
# set_package_properties(Libmpv 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)
|
||||
|
@ -137,7 +137,7 @@ target_link_libraries(liblumina 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