author | ulf69 <ulf69> | 2004-08-12 18:11:32 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-12 18:11:32 (UTC) |
commit | cce21bef81e7ebcaa4ff9d91338a9b289c1c6cec (patch) (unidiff) | |
tree | 87918afe0ca3e06f4b8d892fbf32dc62edec125f /kabc/plugins/opie | |
parent | afb21584fdb4dcc201fca13b4c5129fdf2e90154 (diff) | |
download | kdepimpi-cce21bef81e7ebcaa4ff9d91338a9b289c1c6cec.zip kdepimpi-cce21bef81e7ebcaa4ff9d91338a9b289c1c6cec.tar.gz kdepimpi-cce21bef81e7ebcaa4ff9d91338a9b289c1c6cec.tar.bz2 |
changes in makefiles to implement better inclusionpatterns
-rw-r--r-- | kabc/plugins/opie/opieE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/plugins/opie/opieE.pro b/kabc/plugins/opie/opieE.pro index 912e596..b7ecbc0 100644 --- a/kabc/plugins/opie/opieE.pro +++ b/kabc/plugins/opie/opieE.pro | |||
@@ -3,7 +3,7 @@ CONFIG += qt warn_on | |||
3 | #release debug | 3 | #release debug |
4 | TARGET = microkabc_opie | 4 | TARGET = microkabc_opie |
5 | 5 | ||
6 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../microkde/kresources ../../../qtcompat $(QPEDIR)/include $(OPIEDIR)/include | 6 | INCLUDEPATH += $(KDEPIMDIR)/kabc $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/microkde/kresources $(KDEPIMDIR)/qtcompat $(QPEDIR)/include $(OPIEDIR)/include |
7 | 7 | ||
8 | 8 | ||
9 | OBJECTS_DIR = obj/$(PLATFORM) | 9 | OBJECTS_DIR = obj/$(PLATFORM) |