diff options
Diffstat (limited to 'BeetPlayer.pro')
-rw-r--r-- | BeetPlayer.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/BeetPlayer.pro b/BeetPlayer.pro index dc6e019..5e319f0 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -28,15 +28,13 @@ SOURCES += main.cpp\ configurationdialog.cpp \ indexerwidget.cpp \ globals.cpp \ - playerwidget.cpp \ - beetplayerproxy.cpp + playerwidget.cpp HEADERS += beetplayer.h \ configurationdialog.h \ indexerwidget.h \ globals.h \ - playerwidget.h \ - beetplayerproxy.h + playerwidget.h LIBS += -ltag |