Fischer time controller, start widget
[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     classes/startwidget.cpp \
23     classes/timecontrol/fischertimecontrol.cpp \
24     classes/timecontrol/fischerclock.cpp
25
26 HEADERS  += chessclockwindow.h \
27     classes/turninformation.h \
28     classes/chessclock.h \
29     classes/chessclockwidget.h \
30     classes/clockswidget.h \
31     classes/welcomescreenwidget.h \
32     classes/timecontrol.h \
33     classes/timecontrol/basicdialog.h \
34     classes/timecontrol/notimecontrol.h \
35     classes/startwidget.h \
36     classes/timecontrol/fischertimecontrol.h \
37     classes/timecontrol/fischerclock.h
38
39 CONFIG += mobility
40 MOBILITY = 
41
42 symbian {
43     TARGET.UID3 = 0xeea9c6c5
44     # TARGET.CAPABILITY += 
45     TARGET.EPOCSTACKSIZE = 0x14000
46     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
47 }
48
49 RESOURCES += \
50     chessclock.qrc