author | harlekin <harlekin> | 2004-03-01 15:42:38 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-03-01 15:42:38 (UTC) |
commit | 01abceaeb00bc35fa9bf5792eb51aa70b68f110d (patch) (side-by-side diff) | |
tree | 8d67e1f14c2343882ac95befc56deac7267c8ef5 /libopie2/opiepim/opiepim.pro | |
parent | 7a819ad4bc09aa88521044bfbb06ab37a4c2ef66 (diff) | |
download | opie-01abceaeb00bc35fa9bf5792eb51aa70b68f110d.zip opie-01abceaeb00bc35fa9bf5792eb51aa70b68f110d.tar.gz opie-01abceaeb00bc35fa9bf5792eb51aa70b68f110d.tar.bz2 |
fixed opiepim to depend on opiedb2 and also add the forgotten today interface files
Diffstat (limited to 'libopie2/opiepim/opiepim.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/opiepim/opiepim.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiepim/opiepim.pro b/libopie2/opiepim/opiepim.pro index 9a34e29..b341819 100644 --- a/libopie2/opiepim/opiepim.pro +++ b/libopie2/opiepim/opiepim.pro @@ -1,27 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = opimcontact.h opimcontactfields.h opimrecord.h opimtodo.h opimnotify.h \ opimnotifymanager.h opimevent.h SOURCES = opimcontact.cpp opimcontactfields.cpp opimrecord.cpp opimtodo.cpp opimnotify.cpp \ opimnotifymanager.cpp opimevent.cpp INTERFACES = TARGET = opiepim2 VERSION = 1.8.3 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lopiecore2 +LIBS += -lopiecore2 -lopiedb2 include ( core/core.pro ) include ( core/backends/backends.pro ) include ( ui/ui.pro ) !contains( platform, x11 ) { include ( $(OPIEDIR)/include.pro ) } contains( platform, x11 ) { LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib } |