Black and white crowns in new game dialog
[chessclock] / chessclock.pro.old
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     classes/timecontrol/fischerafterclock.cpp \
26     classes/timecontrol/fischeraftertimecontrol.cpp \
27     classes/timecontrol/delayclock.cpp \
28     classes/timecontrol/delaytimecontrol.cpp \
29     classes/timecontrol/delayafterclock.cpp \
30     classes/timecontrol/delayaftertimecontrol.cpp \
31     classes/timecontrol/hourglassclock.cpp \
32     classes/timecontrol/hourglasstimecontrol.cpp \
33     classes/screenlitkeeper.cpp
34
35 HEADERS  += chessclockwindow.h \
36     classes/turninformation.h \
37     classes/chessclock.h \
38     classes/chessclockwidget.h \
39     classes/clockswidget.h \
40     classes/welcomescreenwidget.h \
41     classes/timecontrol.h \
42     classes/timecontrol/basicdialog.h \
43     classes/timecontrol/notimecontrol.h \
44     classes/startwidget.h \
45     classes/timecontrol/fischertimecontrol.h \
46     classes/timecontrol/fischerclock.h \
47     classes/timecontrol/fischerafterclock.h \
48     classes/timecontrol/fischeraftertimecontrol.h \
49     classes/timecontrol/delayclock.h \
50     classes/timecontrol/delaytimecontrol.h \
51     classes/timecontrol/delayafterclock.h \
52     classes/timecontrol/delayaftertimecontrol.h \
53     classes/timecontrol/hourglasstimecontrol.h \
54     classes/timecontrol/hourglassclock.h \
55     classes/screenlitkeeper.h
56
57 CONFIG += mobility
58 MOBILITY += systeminfo 
59
60 symbian {
61     TARGET.UID3 = 0xeea9c6c5
62     # TARGET.CAPABILITY += 
63     TARGET.EPOCSTACKSIZE = 0x14000
64     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
65 }
66
67 RESOURCES += \
68     chessclock.qrc
69
70 target.path = /usr/local/bin
71 INSTALLS += target
72
73 OTHER_FILES += \
74     qtc_packaging/debian_harmattan/rules \
75     qtc_packaging/debian_harmattan/README \
76     qtc_packaging/debian_harmattan/copyright \
77     qtc_packaging/debian_harmattan/control \
78     qtc_packaging/debian_harmattan/compat \
79     qtc_packaging/debian_harmattan/changelog \
80     qtc_packaging/debian_fremantle/rules \
81     qtc_packaging/debian_fremantle/README \
82     qtc_packaging/debian_fremantle/copyright \
83     qtc_packaging/debian_fremantle/control \
84     qtc_packaging/debian_fremantle/compat \
85     qtc_packaging/debian_fremantle/changelog
86
87 unix:!symbian:!maemo5 {
88     desktopfile.files = $${TARGET}.desktop
89     desktopfile.path = /usr/share/applications
90     INSTALLS += desktopfile
91 }