summaryrefslogtreecommitdiffstats
path: root/qtspotify.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 17:55:14 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-30 17:55:14 +0100
commitabf19c9f66679f053f26d02157acbcdff7e9e2de (patch)
tree7c59fc0710a79900e6a677ef58faa8e117ce5c47 /qtspotify.pro
parent073f70dc854fde5b5d6286df114601af2f7ae12a (diff)
Implemented skip/previous song and searches
Diffstat (limited to 'qtspotify.pro')
-rw-r--r--qtspotify.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/qtspotify.pro b/qtspotify.pro
index 711d738..061cbe5 100644
--- a/qtspotify.pro
+++ b/qtspotify.pro
@@ -3,13 +3,18 @@ HEADERS += qtspotifymain.h \
despotify_cpp.h \
qtplaylist.h \
storedplaylistmodel.h \
- coverdatabase.h
+ coverdatabase.h \
+ searchdialog.h \
+ searchmodel.h
SOURCES += qtspotifymain.cpp \
main.cpp \
logindialog.cpp \
qtplaylist.cpp \
storedplaylistmodel.cpp \
- coverdatabase.cpp
+ coverdatabase.cpp \
+ searchdialog.cpp \
+ searchmodel.cpp
FORMS += qtspotify.ui \
- logindialog.ui
+ logindialog.ui \
+ searchdialog.ui
LIBS += -ldespotify