Add ClocksWidget
[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
21 HEADERS  += chessclockwindow.h \
22     classes/turninformation.h \
23     classes/chessclock.h \
24     classes/chessclockwidget.h \
25     classes/clockswidget.h \
26     classes/welcomescreenwidget.h
27
28 CONFIG += mobility
29 MOBILITY = 
30
31 symbian {
32     TARGET.UID3 = 0xeea9c6c5
33     # TARGET.CAPABILITY += 
34     TARGET.EPOCSTACKSIZE = 0x14000
35     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
36 }
37
38 RESOURCES += \
39     chessclock.qrc