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 920f499..4495107 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -36,7 +36,8 @@ SOURCES += main.cpp\ webdownloader.cpp \ webradiodialog.cpp \ collectionwidget.cpp \ - collectionartistsview.cpp + collectionartistsview.cpp \ + collectionalbumsview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -49,7 +50,8 @@ HEADERS += beetplayer.h \ webdownloader.h \ webradiodialog.h \ collectionwidget.h \ - collectionartistsview.h + collectionartistsview.h \ + collectionalbumsview.h LIBS += -ltag |