diff options
Diffstat (limited to 'BeetPlayer.pro')
-rw-r--r-- | BeetPlayer.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BeetPlayer.pro b/BeetPlayer.pro index 7f42954..db46255 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -38,7 +38,8 @@ SOURCES += main.cpp\ collectionwidget.cpp \ collectionartistsview.cpp \ collectionalbumsview.cpp \ - collectiondatesview.cpp + collectiondatesview.cpp \ + collectionfavoritesview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -53,7 +54,8 @@ HEADERS += beetplayer.h \ collectionwidget.h \ collectionartistsview.h \ collectionalbumsview.h \ - collectiondatesview.h + collectiondatesview.h \ + collectionfavoritesview.h LIBS += -ltag |