-rw-r--r-- | libical/src/libical/libical.pro | 2 | ||||
-rw-r--r-- | libical/src/libicalss/libicalss.pro | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libical/src/libical/libical.pro b/libical/src/libical/libical.pro index b794f04..24f02af 100644 --- a/libical/src/libical/libical.pro +++ b/libical/src/libical/libical.pro | |||
@@ -1,71 +1,73 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004 | 2 | # Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | 5 | ||
6 | TEMPLATE = lib | 6 | TEMPLATE = lib |
7 | INCLUDEPATH += . | 7 | INCLUDEPATH += . |
8 | CONFIG += staticlib | 8 | CONFIG += staticlib |
9 | DESTDIR = ../../lib | 9 | DESTDIR = ../../lib |
10 | TARGET = ical | 10 | TARGET = ical |
11 | # Input | 11 | # Input |
12 | include( ../../../variables.pri ) | 12 | include( ../../../variables.pri ) |
13 | 13 | ||
14 | HEADERS += astime.h \ | 14 | HEADERS += astime.h \ |
15 | ical.h \ | 15 | ical.h \ |
16 | icalarray.h \ | 16 | icalarray.h \ |
17 | icalattach.h \ | 17 | icalattach.h \ |
18 | icalattachimpl.h \ | 18 | icalattachimpl.h \ |
19 | icalcomponent.h \ | 19 | icalcomponent.h \ |
20 | icalderivedparameter.h \ | 20 | icalderivedparameter.h \ |
21 | icalderivedproperty.h \ | 21 | icalderivedproperty.h \ |
22 | icalderivedvalue.h \ | 22 | icalderivedvalue.h \ |
23 | icalduration.h \ | 23 | icalduration.h \ |
24 | icalenums.h \ | 24 | icalenums.h \ |
25 | icalerror.h \ | 25 | icalerror.h \ |
26 | icallangbind.h \ | 26 | icallangbind.h \ |
27 | icalmemory.h \ | 27 | icalmemory.h \ |
28 | icalmime.h \ | 28 | icalmime.h \ |
29 | icalparameter.h \ | 29 | icalparameter.h \ |
30 | icalparameterimpl.h \ | 30 | icalparameterimpl.h \ |
31 | icalparser.h \ | 31 | icalparser.h \ |
32 | icalperiod.h \ | 32 | icalperiod.h \ |
33 | icalproperty.h \ | 33 | icalproperty.h \ |
34 | icalrecur.h \ | 34 | icalrecur.h \ |
35 | icalrestriction.h \ | 35 | icalrestriction.h \ |
36 | icaltime.h \ | 36 | icaltime.h \ |
37 | icaltimezone.h \ | 37 | icaltimezone.h \ |
38 | icaltypes.h \ | 38 | icaltypes.h \ |
39 | icalvalue.h \ | 39 | icalvalue.h \ |
40 | icalvalueimpl.h \ | 40 | icalvalueimpl.h \ |
41 | icalversion.h \ | 41 | icalversion.h \ |
42 | pvl.h \ | 42 | pvl.h \ |
43 | sspm.h | 43 | sspm.h |
44 | SOURCES += caldate.c \ | 44 | SOURCES += caldate.c \ |
45 | icalarray.c \ | 45 | icalarray.c \ |
46 | icalattach.c \ | 46 | icalattach.c \ |
47 | icalcomponent.c \ | 47 | icalcomponent.c \ |
48 | icalderivedparameter.c \ | 48 | icalderivedparameter.c \ |
49 | icalderivedproperty.c \ | 49 | icalderivedproperty.c \ |
50 | icalderivedvalue.c \ | 50 | icalderivedvalue.c \ |
51 | icalduration.c \ | 51 | icalduration.c \ |
52 | icalenums.c \ | 52 | icalenums.c \ |
53 | icalerror.c \ | 53 | icalerror.c \ |
54 | icallangbind.c \ | 54 | icallangbind.c \ |
55 | icalmemory.c \ | 55 | icalmemory.c \ |
56 | icalmime.c \ | 56 | icalmime.c \ |
57 | icalparameter.c \ | 57 | icalparameter.c \ |
58 | icalparser.c \ | 58 | icalparser.c \ |
59 | icalperiod.c \ | 59 | icalperiod.c \ |
60 | icalproperty.c \ | 60 | icalproperty.c \ |
61 | icalrecur.c \ | 61 | icalrecur.c \ |
62 | icalrestriction.c \ | 62 | icalrestriction.c \ |
63 | icaltime.c \ | 63 | icaltime.c \ |
64 | icaltimezone.c \ | 64 | icaltimezone.c \ |
65 | icaltypes.c \ | 65 | icaltypes.c \ |
66 | icalvalue.c \ | 66 | icalvalue.c \ |
67 | pvl.c \ | 67 | pvl.c \ |
68 | sspm.c | 68 | sspm.c |
69 | 69 | ||
70 | 70 | ||
71 | # vsnprintf.c | 71 | # vsnprintf.c |
72 | #The following line was inserted by qt3to4 | ||
73 | QT += xml qt3support | ||
diff --git a/libical/src/libicalss/libicalss.pro b/libical/src/libicalss/libicalss.pro index 7fb8a64..27170bf 100644 --- a/libical/src/libicalss/libicalss.pro +++ b/libical/src/libicalss/libicalss.pro | |||
@@ -1,44 +1,46 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004 | 2 | # Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | 5 | ||
6 | TEMPLATE= lib | 6 | TEMPLATE= lib |
7 | 7 | ||
8 | TARGET = icalss | 8 | TARGET = icalss |
9 | DESTDIR = ../../lib | 9 | DESTDIR = ../../lib |
10 | CONFIG += staticlib | 10 | CONFIG += staticlib |
11 | 11 | ||
12 | include( ../../../variables.pri ) | 12 | include( ../../../variables.pri ) |
13 | INCLUDEPATH += . ../libical | 13 | INCLUDEPATH += . ../libical |
14 | # Input | 14 | # Input |
15 | win32 { | 15 | win32 { |
16 | DEFINES += YY_NO_UNISTD_H | 16 | DEFINES += YY_NO_UNISTD_H |
17 | 17 | ||
18 | } | 18 | } |
19 | HEADERS += icalcalendar.h \ | 19 | HEADERS += icalcalendar.h \ |
20 | icalclassify.h \ | 20 | icalclassify.h \ |
21 | icalcluster.h \ | 21 | icalcluster.h \ |
22 | icalclusterimpl.h \ | 22 | icalclusterimpl.h \ |
23 | icaldirset.h \ | 23 | icaldirset.h \ |
24 | icaldirsetimpl.h \ | 24 | icaldirsetimpl.h \ |
25 | icalfileset.h \ | 25 | icalfileset.h \ |
26 | icalfilesetimpl.h \ | 26 | icalfilesetimpl.h \ |
27 | icalgauge.h \ | 27 | icalgauge.h \ |
28 | icalgaugeimpl.h \ | 28 | icalgaugeimpl.h \ |
29 | icalmessage.h \ | 29 | icalmessage.h \ |
30 | icalset.h \ | 30 | icalset.h \ |
31 | icalspanlist.h \ | 31 | icalspanlist.h \ |
32 | icalss.h \ | 32 | icalss.h \ |
33 | icalssyacc.h | 33 | icalssyacc.h |
34 | SOURCES += icalcalendar.c \ | 34 | SOURCES += icalcalendar.c \ |
35 | icalclassify.c \ | 35 | icalclassify.c \ |
36 | icalcluster.c \ | 36 | icalcluster.c \ |
37 | icaldirset.c \ | 37 | icaldirset.c \ |
38 | icalfileset.c \ | 38 | icalfileset.c \ |
39 | icalgauge.c \ | 39 | icalgauge.c \ |
40 | icalmessage.c \ | 40 | icalmessage.c \ |
41 | icalset.c \ | 41 | icalset.c \ |
42 | icalspanlist.c \ | 42 | icalspanlist.c \ |
43 | icalsslexer.c \ | 43 | icalsslexer.c \ |
44 | icalssyacc.c | 44 | icalssyacc.c |
45 | #The following line was inserted by qt3to4 | ||
46 | QT += xml qt3support | ||