/thirdparty/liblastfm2/src/fingerprint/contrib/lastfm-fingerprint.pro
http://github.com/tomahawk-player/tomahawk · Prolog · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 6adecabe008cde6e045623221522642b MD5 · raw file
- QT = core xml network
- LIBS += -L$$DESTDIR -llastfm -llastfm_fingerprint
- LIBS += -lvorbisfile -lFLAC -lfaad -lmp4ff -lmad
- SOURCES = AacSource.cpp FlacSource.cpp MadSource.cpp VorbisSource.cpp main.cpp
- mac {
- INCLUDEPATH += /opt/local/include
- LIBS += -L/opt/local/lib
- DEFINES += MACPORTS_SUCKS
- SOURCES -= AacSource.cpp
- LIBS -= -lmp4ff
- }