-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFCalendar.pro
executable file
·41 lines (38 loc) · 926 Bytes
/
FCalendar.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -------------------------------------------------
# Project created by QtCreator 2009-08-06T13:14:21
# -------------------------------------------------
TARGET = FCalendar
TEMPLATE = app
SOURCES += main.cpp \
calendar.cpp \
vcalparser.cpp \
task.cpp \
tevent.cpp \
ttodo.cpp \
eventmodel.cpp \
eventdelegate.cpp\
eventtableview.cpp \
statusindicator.cpp \
contextmenu.cpp
HEADERS += calendar.h \
vcalparser.h \
task.h \
tevent.h \
ttodo.h \
eventmodel.h \
eventdelegate.h \
eventtableview.h \
statusindicator.h \
contextmenu.h
FORMS +=
QT += network
symbian {
#include(qts60main.pri)
HEADERS += sym_iap_util.h
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
# TARGET.UID3 = 0xA000A648
LIBS += -lesock -lconnmon -linsock # For IAP selection
}
RESOURCES += \
app.qrc