cdd89fceac8640389eb94bbc8edd5084a0915f51
[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
22 HEADERS  += kitchenalertmainwindow.h \
23     createtimersequencedialog.h \
24     timer.h \
25     currentalertstablemodel.h \
26     alertsound.h \
27     selectsounddialog.h
28
29 FORMS    += kitchenalertmainwindow.ui \
30     createtimersequencedialog.ui \
31     selectsounddialog.ui \
32     kitchenalertmainwindow.ui
33
34
35 symbian {
36     TARGET.UID3 = 0xe1020059
37     # TARGET.CAPABILITY += 
38     TARGET.EPOCSTACKSIZE = 0x14000
39     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
40 }
41
42 RESOURCES += \
43     kitchenalert.qrc