Time control base classes
[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     classes/chessclock.cpp \
17     classes/chessclockwidget.cpp \
18     classes/clockswidget.cpp \
19     classes/welcomescreenwidget.cpp \
20     classes/timecontrol/basicdialog.cpp \
21     classes/timecontrol/notimecontrol.cpp
22
23 HEADERS  += chessclockwindow.h \
24     classes/turninformation.h \
25     classes/chessclock.h \
26     classes/chessclockwidget.h \
27     classes/clockswidget.h \
28     classes/welcomescreenwidget.h \
29     classes/timecontrol.h \
30     classes/timecontrol/basicdialog.h \
31     classes/timecontrol/notimecontrol.h
32
33 CONFIG += mobility
34 MOBILITY = 
35
36 symbian {
37     TARGET.UID3 = 0xeea9c6c5
38     # TARGET.CAPABILITY += 
39     TARGET.EPOCSTACKSIZE = 0x14000
40     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
41 }
42
43 RESOURCES += \
44     chessclock.qrc