60442aee76d6957eeaff0a6453d02279333c2b26
[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     choosetimersequencedialog.cpp \
17     createtimersequencedialog.cpp \
18     timer.cpp \
19     currentalertstablemodel.cpp \
20     alertsound.cpp
21
22 HEADERS  += kitchenalertmainwindow.h \
23     choosetimersequencedialog.h \
24     createtimersequencedialog.h \
25     timer.h \
26     currentalertstablemodel.h \
27     alertsound.h
28
29 FORMS    += kitchenalertmainwindow.ui \
30     choosetimersequencedialog.ui \
31     createtimersequencedialog.ui
32
33 CONFIG += mobility
34 MOBILITY =
35
36
37
38 symbian {
39     TARGET.UID3 = 0xe1020059
40     # TARGET.CAPABILITY += 
41     TARGET.EPOCSTACKSIZE = 0x14000
42     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
43 }
44
45 RESOURCES +=