]> git.pld-linux.org Git - packages/aethera.git/blame - aethera-includes.patch
- tabs in preamble
[packages/aethera.git] / aethera-includes.patch
CommitLineData
3b71bea0
ER
1--- aethera-1.2.1/koplugin/korganizer/korganizer.pro~ 2005-03-30 12:49:27.000000000 +0300
2+++ aethera-1.2.1/koplugin/korganizer/korganizer.pro 2006-11-05 13:41:41.031348020 +0200
3@@ -19,10 +19,10 @@
4 unix {
5 TARGET = korganizer
6
7-INCLUDEPATH += /usr/local/include/aethera/libs/plugins/kommailplugin/
8-DEPENDPATH += /usr/local/include/aethera/libs/plugins/kommailplugin/
9-INCLUDEPATH += /usr/local/include/aethera/libs/plugins/komcontactsplugin/
10-DEPENDPATH += /usr/local/include/aethera/libs/plugins/komcontactsplugin/
11+INCLUDEPATH += ../../aethera/libs/plugins/kommailplugin
12+DEPENDPATH += ../../aethera/libs/plugins/kommailplugin
13+INCLUDEPATH += ../../aethera/libs/plugins/komcontactsplugin
14+DEPENDPATH += ../../aethera/libs/plugins/komcontactsplugin
15 }
16
17 HEADERS += \
c613fd43
ER
18--- aethera-1.2.1/aethera/libs/protocols/protocols.pro~ 2005-03-30 12:49:26.000000000 +0300
19+++ aethera-1.2.1/aethera/libs/protocols/protocols.pro 2006-11-05 13:47:13.798843081 +0200
20@@ -21,8 +21,8 @@
21 DEPENDPATH += ../mailparsers
22 INCLUDEPATH += ../plugins/mailfilter
23 DEPENDPATH += ../plugins/mailfilter
24-INCLUDEPATH += /usr/local/include/tkcssl
25-DEPENDPATH += /usr/local/include/tkcssl
26+INCLUDEPATH += ../../../tkcssl
27+DEPENDPATH += ../../../tkcssl
28
29 HEADERS += \
30 accountmanager.h \
31--- aethera-1.2.1/koplugin/libkcal/libkcal.pro~ 2005-03-30 12:49:27.000000000 +0300
32+++ aethera-1.2.1/koplugin/libkcal/libkcal.pro 2006-11-05 13:48:20.390342926 +0200
33@@ -72,7 +72,7 @@
34 versit/vcc.c \
35 versit/vobject.c
36
37-INCLUDEPATH += /usr/local/include/tkcbase
38+INCLUDEPATH += ../../tkcbase
39
40 INCLUDEPATH += ../minikde
41 DEPENDPATH += ../minikde
42--- aethera-1.2.1/koplugin/minikde/minikde.pro~ 2005-03-30 12:49:27.000000000 +0300
43+++ aethera-1.2.1/koplugin/minikde/minikde.pro 2006-11-05 13:49:30.991933074 +0200
44@@ -7,8 +7,8 @@
45 DEPENDPATH += .
46
47 unix {
48- INCLUDEPATH += /usr/local/include/webdav/
49- DEPENDPATH += /usr/local/include/webdav/
50+ INCLUDEPATH += ../../webdav/webdav
51+ DEPENDPATH += ../../webdav/webdav
52 }
53
54 win32 {
This page took 0.070455 seconds and 4 git commands to generate.