summaryrefslogtreecommitdiffstats
path: root/qtspotify.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 14:22:52 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 14:22:52 +0100
commit1e9ab4a54fe53bc09416b90b777abcb998954ab1 (patch)
tree79ff4e232fd705882cdec0d2fa2be90043b1fec7 /qtspotify.pro
parentbeb0cc36b4dcbe9cd5de0a3cbb2d2e998eb42d03 (diff)
Tabbed UI:
Automatically downloads playlists in background Downloads cover art and has "now playing" tab No search at the moment Buggy currently.
Diffstat (limited to 'qtspotify.pro')
-rw-r--r--qtspotify.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/qtspotify.pro b/qtspotify.pro
index 2159f3a..711d738 100644
--- a/qtspotify.pro
+++ b/qtspotify.pro
@@ -1,11 +1,15 @@
HEADERS += qtspotifymain.h \
logindialog.h \
despotify_cpp.h \
- qtplaylist.h
+ qtplaylist.h \
+ storedplaylistmodel.h \
+ coverdatabase.h
SOURCES += qtspotifymain.cpp \
main.cpp \
logindialog.cpp \
- qtplaylist.cpp
+ qtplaylist.cpp \
+ storedplaylistmodel.cpp \
+ coverdatabase.cpp
FORMS += qtspotify.ui \
logindialog.ui
LIBS += -ldespotify