Initial commit: added current sources
[kitchenalert] / src / KitchenAlert.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-05-25T15:17:43
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = KitchenAlert
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         kitchenalertmainwindow.cpp \
15     choosetimersequencedialog.cpp \
16     createtimersequencedialog.cpp \
17     timer.cpp \
18     currentalertstablemodel.cpp
19
20 HEADERS  += kitchenalertmainwindow.h \
21     choosetimersequencedialog.h \
22     createtimersequencedialog.h \
23     timer.h \
24     currentalertstablemodel.h
25
26 FORMS    += kitchenalertmainwindow.ui \
27     choosetimersequencedialog.ui \
28     createtimersequencedialog.ui
29
30 CONFIG += mobility
31 MOBILITY = 
32
33 symbian {
34     TARGET.UID3 = 0xe1020059
35     # TARGET.CAPABILITY += 
36     TARGET.EPOCSTACKSIZE = 0x14000
37     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
38 }