Removed debug info
[someplayer] / someplayer.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-09-04T01:48:53
4 #
5 #-------------------------------------------------
6
7 QT       += core gui phonon sql
8
9 TARGET = someplayer
10 TEMPLATE = app
11
12
13 SOURCES += src/main.cpp\
14         src/mainwindow.cpp \
15                 src/player/player.cpp \
16         src/track.cpp \
17     src/trackmetainformation.cpp \
18     src/playlist.cpp \
19     src/library.cpp \
20     src/filestorage.cpp \
21     src/dbstorage.cpp \
22     src/mediascanner.cpp \
23     src/tagresolver.cpp \
24     src/playerform.cpp \
25     src/libraryform.cpp \
26     src/busywidget.cpp
27
28 HEADERS  += src/mainwindow.h \
29                 src/player/player.h \
30                 src/track.h \
31     src/trackmetainformation.h \
32     src/playlist.h \
33     src/someplayer.h \
34     src/library.h \
35     src/storage.h \
36     src/filestorage.h \
37     src/dbstorage.h \
38     src/mediascanner.h \
39     src/tagresolver.h \
40     src/playerform.h \
41     src/libraryform.h \
42     src/busywidget.h
43
44 FORMS    += src/ui/mainwindow.ui \
45     src/ui/playerform.ui \
46     src/ui/libraryform.ui \
47     src/ui/busywidget.ui
48
49 CONFIG += mobility
50 MOBILITY = 
51
52 symbian {
53     TARGET.UID3 = 0xebd21b9a
54     # TARGET.CAPABILITY += 
55     TARGET.EPOCSTACKSIZE = 0x14000
56     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
57 }