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

« back to all changes in this revision

Viewing changes to src/Helper/Helper.pro

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
TARGET = LastFmHelper
 
3
QT += gui network xml sql
 
4
 
 
5
CONFIG -= app_bundle
 
6
 
 
7
include( ../../definitions.pro.inc )
 
8
 
 
9
HEADERS = mediadevicewatcher.h \
 
10
          controlinterface.h
 
11
 
 
12
SOURCES = main.cpp \
 
13
          mediadevicewatcher.cpp \
 
14
          controlinterface.cpp
 
15
 
 
16
breakpad {
 
17
    LIBS += -lbreakpad$$EXT
 
18
}
 
19
 
 
20
win32 {
 
21
        LIBS += -lshfolder -luser32 -lshell32 -lversion
 
22
 
 
23
        RC_FILE = Helper.rc
 
24
}
 
25
 
 
26
unix {
 
27
#       QT -= gui
 
28
#       QT += console
 
29
}
 
30
 
 
31
mac* {
 
32
  LIBS += -framework Carbon
 
33
}
 
34
 
 
35
linux* {
 
36
  INCLUDEPATH += breakpad
 
37
}