/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

  1. QT = core xml network
  2. LIBS += -L$$DESTDIR -llastfm -llastfm_fingerprint
  3. LIBS += -lvorbisfile -lFLAC -lfaad -lmp4ff -lmad
  4. SOURCES = AacSource.cpp FlacSource.cpp MadSource.cpp VorbisSource.cpp main.cpp
  5. mac {
  6. INCLUDEPATH += /opt/local/include
  7. LIBS += -L/opt/local/lib
  8. DEFINES += MACPORTS_SUCKS
  9. SOURCES -= AacSource.cpp
  10. LIBS -= -lmp4ff
  11. }