~ubuntu-branches/ubuntu/saucy/liblastfm/saucy-proposed

« back to all changes in this revision

Viewing changes to src/fingerprint/contrib/lastfm-fingerprint.pro

  • Committer: Bazaar Package Importer
  • Author(s): John Stamp
  • Date: 2009-07-14 11:14:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090714111408-3fonzjm83fx8618o
Tags: upstream-0.4.0~git20090710
ImportĀ upstreamĀ versionĀ 0.4.0~git20090710

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
6
mac {
 
7
    INCLUDEPATH += /opt/local/include
 
8
    LIBS += -L/opt/local/lib
 
9
 
 
10
    DEFINES += MACPORTS_SUCKS
 
11
    SOURCES -= AacSource.cpp
 
12
    LIBS -= -lmp4ff
 
13
}