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

« back to all changes in this revision

Viewing changes to src/libUnicorn/tests/MetaData.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
CONFIG += qtestlib
 
2
QT += network xml
 
3
TEMPLATE = app
 
4
TARGET = 
 
5
DEPENDPATH += .
 
6
INCLUDEPATH += ../ ../../ ../../libMoose/
 
7
 
 
8
BIN_DIR = ../../../tests/bin
 
9
BUILD_DIR = ../../../tests/bin/build
 
10
DESTDIR = ../../../tests/bin
 
11
 
 
12
OBJECTS_DIR = $$BUILD_DIR
 
13
MOC_DIR = $$BUILD_DIR
 
14
 
 
15
# Input
 
16
HEADERS += ../UnicornCommon.h \
 
17
           ../UnicornDllExportMacro.h \
 
18
           ../../libMoose/MooseCommon.h \
 
19
           ../../libMoose/LastFmSettings.h \
 
20
           ../metadata.h \
 
21
           ../TrackInfo.h \
 
22
           ../Track.h \
 
23
           ../Settings.h \
 
24
           ../Logger.h \
 
25
           ../StationUrl.h \
 
26
           ../../User.h \
 
27
 
 
28
SOURCES += TestMetaData.cpp \
 
29
           ../UnicornCommon.cpp \
 
30
           ../../libMoose/MooseCommon.cpp \
 
31
           ../../libMoose/LastFmSettings.cpp \
 
32
           ../metadata.cpp \
 
33
           ../TrackInfo.cpp \
 
34
           ../Settings.cpp \
 
35
           ../Logger.cpp \
 
36
           ../StationUrl.cpp \
 
37
           ../md5/md5.c \
 
38
           ../../User.cpp