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,22 +1,25 @@
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 \
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,23 +1,24 @@
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 \
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