/thirdparty/liblastfm2/src/fingerprint/fingerprint.pro

http://github.com/tomahawk-player/tomahawk · Prolog · 25 lines · 22 code · 3 blank · 0 comment · 0 complexity · b01cde469e6697870e3b9f5b09f5e804 MD5 · raw file

  1. TEMPLATE = lib
  2. TARGET = lastfm_fingerprint
  3. LIBS += -L$$DESTDIR -llastfm
  4. QT = core xml network sql
  5. include( _files.qmake )
  6. DEFINES += LASTFM_FINGERPRINT_LIB
  7. INSTALLS = target
  8. target.path = /lib
  9. mac:CONFIG( app_bundle ) {
  10. LIBS += libfftw3f.a libsamplerate.a -L/opt/local/include
  11. INCLUDEPATH += /opt/local/include:/opt/qt/qt-current/lib/QtSql.framework/Include/
  12. }else{
  13. INCLUDEPATH += /opt/qt/qt-current/lib/QtSql.framework/Include/
  14. CONFIG += link_pkgconfig
  15. PKGCONFIG += samplerate
  16. win32 {
  17. CONFIG += link_pkgconfig
  18. DEFINES += __NO_THREAD_CHECK
  19. QMAKE_LFLAGS_DEBUG += /NODEFAULTLIB:msvcrt.lib /NODEFAULTLIB:libcmt.lib
  20. }
  21. PKGCONFIG += fftw3f
  22. }