From 5bfd50da45591c581a7703d442b250e6e5294d9f Mon Sep 17 00:00:00 2001 From: ulf69 Date: Tue, 29 Jun 2004 05:50:02 +0000 Subject: created makefiles for each format, because we want to build them as libraries --- (limited to 'kabc/plugins/ldap') diff --git a/kabc/plugins/ldap/kabc_ldapE.pro b/kabc/plugins/ldap/kabc_ldapE.pro new file mode 100644 index 0000000..661d37a --- a/dev/null +++ b/kabc/plugins/ldap/kabc_ldapE.pro @@ -0,0 +1,21 @@ +TEMPLATE = lib +CONFIG += qt warn_on release +#release debug + +TARGET = microkabc_ldap +INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../qtcompat +OBJECTS_DIR = obj/$(PLATFORM) +MOC_DIR = moc +DESTDIR = $(QPEDIR)/lib +LIBS += -lmicrokde -lmicrokabc +LIBS += -L$(QPEDIR)/lib + +INTERFACES = \ + +HEADERS = \ + resourceldap.h \ + resourceldapconfig.h + +SOURCES = \ + resourceldap.cpp \ + resourceldapconfig.cpp -- cgit v0.9.0.2