~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/Twiddly/Twiddly.pro

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-07-14 16:46:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714164620-67hoz9fs177wpgmr
Tags: 1:1.5.1.31879.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #248100), remaining changes:
  - debian/rules: add dh_icons call
  + debian/control:
    - switch iceweasel to firefox in Recommends field
    - modify debhelper version to >= 5.0.51~
    - modify Maintainer to Ubuntu MOTU Developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET = iPodScrobbler
 
2
QT -= gui
 
3
QT += xml sql
 
4
 
 
5
include( ../../definitions.pro.inc )
 
6
 
 
7
CONFIG -= app_bundle
 
8
 
 
9
SOURCES += main.cpp \
 
10
           PlayCountsDatabase.cpp \
 
11
           IPod.cpp
 
12
           
 
13
mac*:SOURCES += ITunesLibrary_mac.cpp
 
14
 
 
15
INCLUDEPATH += .. ../libUnicorn
 
16
 
 
17
LIBS += -L../../bin -lLastFmTools$$EXT -lMoose$$EXT
 
18
 
 
19
win32 {
 
20
    SOURCES += ITunesLibrary_win.cpp \
 
21
                           common/ITunesTrack.cpp \
 
22
               common/ITunesComWrapper.cpp \
 
23
               common/EncodingUtils.cpp \ # IT'S A DRY SIN
 
24
               iTunesCOMAPI/iTunesCOMInterface_i.c
 
25
 
 
26
    LIBS += -lcomsuppw
 
27
 
 
28
    DEFINES += _WIN32_DCOM
 
29
    RC_FILE = Twiddly.rc
 
30
 
 
31
    # Twiddly currently builds to iPodScrobblerd in debug builds, it's easier to handle
 
32
    # the manifest merging that way, but we rename it to iPodScrobbler afterwards as
 
33
    # that is how it was before (ask Max).
 
34
    CONFIG(debug, debug|release) {
 
35
        QMAKE_POST_LINK += && copy $$ROOT_DIR\bin\iPodScrobblerd.exe $$ROOT_DIR\bin\iPodScrobbler.exe
 
36
    }
 
37
}
 
38
 
 
39
breakpad {
 
40
    LIBS += -lbreakpad$$EXT
 
41
}