Initial project
[someplayer] / someplayer.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-09-04T01:48:53
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = someplayer
10 TEMPLATE = app
11
12
13 SOURCES += src/main.cpp\
14         src/mainwindow.cpp
15
16 HEADERS  += src/mainwindow.h
17
18 FORMS    += src/ui/mainwindow.ui
19
20 CONFIG += mobility
21 MOBILITY = 
22
23 symbian {
24     TARGET.UID3 = 0xebd21b9a
25     # TARGET.CAPABILITY += 
26     TARGET.EPOCSTACKSIZE = 0x14000
27     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
28 }