Updated the web page
[kitchenalert] / src / KitchenAlert.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-05-25T15:17:43
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8 QT      += phonon
9
10 TARGET = KitchenAlert
11 TEMPLATE = app
12
13
14 SOURCES += main.cpp\
15         kitchenalertmainwindow.cpp \
16     createtimersequencedialog.cpp \
17     timer.cpp \
18     currentalertstablemodel.cpp \
19     alertsound.cpp \
20     selectsounddialog.cpp \
21     savedtimers.cpp
22
23 HEADERS  += kitchenalertmainwindow.h \
24     createtimersequencedialog.h \
25     timer.h \
26     currentalertstablemodel.h \
27     alertsound.h \
28     selectsounddialog.h \
29     savedtimers.h
30
31 FORMS    += kitchenalertmainwindow.ui \
32     createtimersequencedialog.ui \
33     selectsounddialog.ui \
34     kitchenalertmainwindow.ui \
35     choosetimersequencedialog.ui
36
37 CONFIG += mobility
38 MOBILITY =
39
40
41
42 symbian {
43     TARGET.UID3 = 0xe1020059
44     # TARGET.CAPABILITY += 
45     TARGET.EPOCSTACKSIZE = 0x14000
46     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
47 }
48
49 RESOURCES += \
50     kitchenalert.qrc