refactor: reuse playlistmanager from my other project
This commit is contained in:
@ -24,22 +24,15 @@ set (PMUSIC_CPP_FILES
|
||||
main.cpp
|
||||
mainwindow.cpp
|
||||
seekableslider.cpp
|
||||
playlistmodel.cpp
|
||||
playlistmanager.cpp
|
||||
singleapplicationmanager.cpp
|
||||
|
||||
qt/qplaylistfileparser.cpp
|
||||
qt/qmediaplaylist.cpp
|
||||
)
|
||||
|
||||
set (PMUSIC_HEADER_FILES
|
||||
mainwindow.h
|
||||
seekableslider.h
|
||||
playlistmodel.h
|
||||
playlistmanager.h
|
||||
singleapplicationmanager.h
|
||||
|
||||
qt/qplaylistfileparser_p.h
|
||||
qt/qmediaplaylist.h
|
||||
qt/qmediaplaylist_p.h
|
||||
)
|
||||
|
||||
set (PMUSIC_UI_FILES
|
||||
@ -60,10 +53,6 @@ add_executable(${EXE_NAME}
|
||||
${PMUSIC_UI_FILES}
|
||||
resources.qrc
|
||||
|
||||
# 3rd party code
|
||||
FlacPic.h
|
||||
ID3v2Pic.h
|
||||
|
||||
${PMUSIC_QM_FILES}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user