test
[push-it] / src / Push-It.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-06-27T22:12:43
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = Push-It
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp\
14         mainwindow.cpp \
15     timekeeper.cpp \
16     aboutdialog.cpp \
17     showfulllistdialog.cpp
18
19 HEADERS  += mainwindow.h \
20     timekeeper.h \
21     aboutdialog.hpp \
22     showfulllistdialog.hpp \
23     fullscreenexitbutton.h
24
25 FORMS    +=
26
27 CONFIG += mobility
28 MOBILITY =
29
30 symbian {
31     TARGET.UID3 = 0xe756b212
32     # TARGET.CAPABILITY +=
33     TARGET.EPOCSTACKSIZE = 0x14000
34     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
35 }