new icons, previous, next buttons (not yet functional), plus lots of other small...
[tomamp] / tomamp.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-07-15T14:44:54
4 #
5 #-------------------------------------------------
6
7 QT       += core gui phonon
8
9 TARGET = tomamp
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         mainwindow.cpp
15
16 HEADERS  += mainwindow.h
17
18 FORMS    +=
19
20 CONFIG += mobility
21 MOBILITY = 
22
23 symbian {
24     TARGET.UID3 = 0xe3107f4b
25     # TARGET.CAPABILITY += 
26     TARGET.EPOCSTACKSIZE = 0x14000
27     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
28 }
29
30 RESOURCES += \
31     ampres.qrc