From ddc3d749af5f7afebf69488b79641771fe246b5b Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 01 Mar 2004 19:19:37 +0000 Subject: remove duplicated boiler plate code in favour of the OTaskbarApplet template --- (limited to 'core/obex') diff --git a/core/obex/obex.pro b/core/obex/obex.pro index 6f0e6d1..a296b2c 100644 --- a/core/obex/obex.pro +++ b/core/obex/obex.pro @@ -1,12 +1,12 @@ TEMPLATE = lib CONFIG += qt warn_on release -HEADERS = obex.h obeximpl.h obexhandler.h obexsend.h receiver.h -SOURCES = obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp +HEADERS = obex.h obexhandler.h obexsend.h receiver.h +SOURCES = obex.cc obexsend.cpp obexhandler.cpp receiver.cpp TARGET = opieobex DESTDIR = $(OPIEDIR)/plugins/obex INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher DEPENDPATH += ../$(OPIEDIR)/include -LIBS += -lqpe -lopie +LIBS += -lqpe -lopiecore2 VERSION = 0.0.2 include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2