Ready to be packaged
[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 CONFIG += mobility
35 MOBILITY =
36
37
38
39 symbian {
40     TARGET.UID3 = 0xe1020059
41     # TARGET.CAPABILITY += 
42     TARGET.EPOCSTACKSIZE = 0x14000
43     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
44 }
45
46 RESOURCES += \
47     kitchenalert.qrc