feat: album cover support copy-paste from the old SP codebase

This commit is contained in:
Gary Wang
2020-04-09 18:12:35 +08:00
parent 2e543bfe0a
commit ce885bee3f
7 changed files with 773 additions and 2 deletions

View File

@ -27,6 +27,10 @@ add_executable(${EXE_NAME}
playlistmodel.cpp
mainwindow.ui
resources.qrc
# 3rd party code
FlacPic.h
ID3v2Pic.h
)
target_link_libraries(${EXE_NAME} PRIVATE Qt5::Widgets Qt5::Multimedia)