summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libical/src/libical/libical.pro3
-rw-r--r--libical/src/libicalss/libicalss.pro1
-rw-r--r--variables.pri3
3 files changed, 6 insertions, 1 deletions
diff --git a/libical/src/libical/libical.pro b/libical/src/libical/libical.pro
index 4ef11ef..b794f04 100644
--- a/libical/src/libical/libical.pro
+++ b/libical/src/libical/libical.pro
@@ -1,34 +1,37 @@
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
5TEMPLATE = lib 6TEMPLATE = lib
6INCLUDEPATH += . 7INCLUDEPATH += .
7 CONFIG += staticlib 8 CONFIG += staticlib
8DESTDIR = ../../lib 9DESTDIR = ../../lib
9TARGET = ical 10TARGET = ical
10# Input 11# Input
12include( ../../../variables.pri )
13
11HEADERS += astime.h \ 14HEADERS += astime.h \
12 ical.h \ 15 ical.h \
13 icalarray.h \ 16 icalarray.h \
14 icalattach.h \ 17 icalattach.h \
15 icalattachimpl.h \ 18 icalattachimpl.h \
16 icalcomponent.h \ 19 icalcomponent.h \
17 icalderivedparameter.h \ 20 icalderivedparameter.h \
18 icalderivedproperty.h \ 21 icalderivedproperty.h \
19 icalderivedvalue.h \ 22 icalderivedvalue.h \
20 icalduration.h \ 23 icalduration.h \
21 icalenums.h \ 24 icalenums.h \
22 icalerror.h \ 25 icalerror.h \
23 icallangbind.h \ 26 icallangbind.h \
24 icalmemory.h \ 27 icalmemory.h \
25 icalmime.h \ 28 icalmime.h \
26 icalparameter.h \ 29 icalparameter.h \
27 icalparameterimpl.h \ 30 icalparameterimpl.h \
28 icalparser.h \ 31 icalparser.h \
29 icalperiod.h \ 32 icalperiod.h \
30 icalproperty.h \ 33 icalproperty.h \
31 icalrecur.h \ 34 icalrecur.h \
32 icalrestriction.h \ 35 icalrestriction.h \
33 icaltime.h \ 36 icaltime.h \
34 icaltimezone.h \ 37 icaltimezone.h \
diff --git a/libical/src/libicalss/libicalss.pro b/libical/src/libicalss/libicalss.pro
index 64b7094..7fb8a64 100644
--- a/libical/src/libicalss/libicalss.pro
+++ b/libical/src/libicalss/libicalss.pro
@@ -1,35 +1,36 @@
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
8TARGET = icalss 8TARGET = icalss
9DESTDIR = ../../lib 9DESTDIR = ../../lib
10 CONFIG += staticlib 10 CONFIG += staticlib
11 11
12include( ../../../variables.pri )
12INCLUDEPATH += . ../libical 13INCLUDEPATH += . ../libical
13# Input 14# Input
14win32 { 15win32 {
15DEFINES += YY_NO_UNISTD_H 16DEFINES += YY_NO_UNISTD_H
16 17
17} 18}
18HEADERS += icalcalendar.h \ 19HEADERS += icalcalendar.h \
19 icalclassify.h \ 20 icalclassify.h \
20 icalcluster.h \ 21 icalcluster.h \
21 icalclusterimpl.h \ 22 icalclusterimpl.h \
22 icaldirset.h \ 23 icaldirset.h \
23 icaldirsetimpl.h \ 24 icaldirsetimpl.h \
24 icalfileset.h \ 25 icalfileset.h \
25 icalfilesetimpl.h \ 26 icalfilesetimpl.h \
26 icalgauge.h \ 27 icalgauge.h \
27 icalgaugeimpl.h \ 28 icalgaugeimpl.h \
28 icalmessage.h \ 29 icalmessage.h \
29 icalset.h \ 30 icalset.h \
30 icalspanlist.h \ 31 icalspanlist.h \
31 icalss.h \ 32 icalss.h \
32 icalssyacc.h 33 icalssyacc.h
33SOURCES += icalcalendar.c \ 34SOURCES += icalcalendar.c \
34 icalclassify.c \ 35 icalclassify.c \
35 icalcluster.c \ 36 icalcluster.c \
diff --git a/variables.pri b/variables.pri
index 244de4c..67c144d 100644
--- a/variables.pri
+++ b/variables.pri
@@ -1,12 +1,13 @@
1 1
2# variables settings for compilation for Linux desktop and Qt 3.x.x 2# variables settings for compilation for Linux desktop and Qt 3.x.x
3 3
4unix { 4unix {
5CONFIG += release 5CONFIG += release
6#for statically linking 6#for statically linking
7#CONFIG += staticlib 7#CONFIG += staticlib
8} 8}
9win32 { 9win32 {
10CONFIG += release 10CONFIG += release
11 11
12} \ No newline at end of file 12}
13CONFIG += thread