81c58310453ecdc475d5dff5e506fb0a9dc2e880
[chessclock] / chessclock.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-08-13T20:15:03
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = chessclock
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         chessclockwindow.cpp \
15     classes/turninformation.cpp
16
17 HEADERS  += chessclockwindow.h \
18     classes/turninformation.h
19
20 CONFIG += mobility
21 MOBILITY = 
22
23 symbian {
24     TARGET.UID3 = 0xeea9c6c5
25     # TARGET.CAPABILITY += 
26     TARGET.EPOCSTACKSIZE = 0x14000
27     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
28 }