]> git.pld-linux.org Git - packages/aethera.git/blame - aethera-includes.patch
- fix include paths
[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 += \
This page took 0.409207 seconds and 4 git commands to generate.