summaryrefslogtreecommitdiffabout
path: root/libical/src/libical/libical.pro
blob: 9cc398379f34ec85aa1f93959e5ce8ea5d78f3c6 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
include(../../../variables.pri)

TEMPLATE	= lib

TARGET          = ical
DESTDIR = ../../lib

win32: DEFINES += _WIN32

CONFIG		+= staticlib 

HEADERS		= \
		  icalattendee.h \
		  icalcomponent.h \
		  icalderivedparameter.h \
		  icalderivedproperty.h \
		  icalderivedvalue.h \
		  icalduration.h \
		  icalenums.h \
		  icalerror.h \
		  icallangbind.h \
		  icalmemory.h \
		  icalmime.h \
		  icalparameter.h \
		  icalparameterimpl.h \
		  icalparser.h \
		  icalperiod.h \
		  icalproperty.h \
		  icalrecur.h \
		  icalrestriction.h \
		  icaltime.h \
		  icaltypes.h \
		  icalvalue.h \
		  icalvalueimpl.h \
		  icalversion.h \
		  icalyacc.h \
		  pvl.h \
		  sspm.h
		  
SOURCES		= icalattendee.c \
		  icalcomponent.c \
		  icalderivedparameter.c \
		  icalderivedproperty.c \
		  icalderivedvalue.c \
		  icalduration.c \
		  icalenums.c \
		  icalerror.c \
		  icallangbind.c \
		  icallexer.c \
		  icalmemory.c \
		  icalmime.c \
		  icalparameter.c \
		  icalparser.c \
		  icalperiod.c \
		  icalproperty.c \
		  icalrecur.c \
		  icalrestriction.c \
		  icaltime.c \
		  icaltypes.c \
		  icalvalue.c \
		  icalyacc.c \
		  pvl.c \
		  sspm.c \
		  vsnprintf.c

INTERFACES	= 

INCLUDEPATH     += .