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