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/ldap | |
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/ldap/ldapE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/plugins/ldap/ldapE.pro b/kabc/plugins/ldap/ldapE.pro index 2e79fc0..57b6f84 100644 --- a/kabc/plugins/ldap/ldapE.pro +++ b/kabc/plugins/ldap/ldapE.pro | |||
@@ -3,7 +3,7 @@ CONFIG += qt warn_on release | |||
3 | #release debug | 3 | #release debug |
4 | 4 | ||
5 | TARGET = microkabc_ldap | 5 | TARGET = microkabc_ldap |
6 | INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kresources ../../../qtcompat $(QPEDIR)/include | 6 | INCLUDEPATH += $(KDEPIMDIR)/kabc $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kresources $(KDEPIMDIR)/qtcompat $(QPEDIR)/include |
7 | OBJECTS_DIR = obj/$(PLATFORM) | 7 | OBJECTS_DIR = obj/$(PLATFORM) |
8 | MOC_DIR = moc/$(PLATFORM) | 8 | MOC_DIR = moc/$(PLATFORM) |
9 | DESTDIR = $(QPEDIR)/lib | 9 | DESTDIR = $(QPEDIR)/lib |