From 4910b98d6fc0725337b494a03fa05e18209b99e3 Mon Sep 17 00:00:00 2001 From: eilers Date: Wed, 31 Mar 2004 18:09:23 +0000 Subject: Removed all unnecessary dependencies to libopiedb2 and reimplemented the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" .. --- (limited to 'core/pim/datebook') diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 8fbc1ca..bf9a2cc 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -35,7 +35,7 @@ INTERFACES = dateentry.ui \ noteentry.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopieui2 +LIBS += -lqpe -lopieui2 -lopiecore2 TARGET = datebook include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2