summaryrefslogtreecommitdiffstats
path: root/qtspotify.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-22 11:11:24 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-22 11:11:24 +0100
commite33b15c0bd75c1a115bf4d9f4159839368cceb13 (patch)
treec852c305370f2e66a2f7b30e7b90f924307e8643 /qtspotify.pro
parent0b6fc109a7a2b4569afe21cc32627c9a0455ba6a (diff)
Make qtspotify work with latest version of despotifyHEADmaster
Add ALSA backend written by Jørgen Lind
Diffstat (limited to 'qtspotify.pro')
-rw-r--r--qtspotify.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/qtspotify.pro b/qtspotify.pro
index 061cbe5..dccbb2a 100644
--- a/qtspotify.pro
+++ b/qtspotify.pro
@@ -5,7 +5,8 @@ HEADERS += qtspotifymain.h \
storedplaylistmodel.h \
coverdatabase.h \
searchdialog.h \
- searchmodel.h
+ searchmodel.h \
+ audiooutput.h
SOURCES += qtspotifymain.cpp \
main.cpp \
logindialog.cpp \
@@ -13,8 +14,9 @@ SOURCES += qtspotifymain.cpp \
storedplaylistmodel.cpp \
coverdatabase.cpp \
searchdialog.cpp \
- searchmodel.cpp
+ searchmodel.cpp \
+ audiooutput.cpp
FORMS += qtspotify.ui \
logindialog.ui \
searchdialog.ui
-LIBS += -ldespotify
+LIBS += -ldespotify -lasound