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 7b7da0d..920f499 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -35,7 +35,8 @@ SOURCES += main.cpp\ helper.cpp \ webdownloader.cpp \ webradiodialog.cpp \ - collectionwidget.cpp + collectionwidget.cpp \ + collectionartistsview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -47,7 +48,8 @@ HEADERS += beetplayer.h \ helper.h \ webdownloader.h \ webradiodialog.h \ - collectionwidget.h + collectionwidget.h \ + collectionartistsview.h LIBS += -ltag |