author | alwin <alwin> | 2005-03-17 01:29:17 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-17 01:29:17 (UTC) |
commit | 7a8d4feb0bb9009b0cd50e80f1d6f1d14ca966dc (patch) (unidiff) | |
tree | f760c7c9a4a89532aa3cece6029ab7626cca7524 | |
parent | 56bedc269df8d5838834895971c7688161eb930d (diff) | |
download | opie-7a8d4feb0bb9009b0cd50e80f1d6f1d14ca966dc.zip opie-7a8d4feb0bb9009b0cd50e80f1d6f1d14ca966dc.tar.gz opie-7a8d4feb0bb9009b0cd50e80f1d6f1d14ca966dc.tar.bz2 |
must linked against libopiepim2
-rw-r--r-- | core/pim/datebook/holiday/birthday/birthdays.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/datebook/holiday/birthday/birthdays.pro b/core/pim/datebook/holiday/birthday/birthdays.pro index b78dbd1..99b1498 100644 --- a/core/pim/datebook/holiday/birthday/birthdays.pro +++ b/core/pim/datebook/holiday/birthday/birthdays.pro | |||
@@ -12,7 +12,7 @@ INCLUDEPATH += $(OPIEDIR)/include \ | |||
12 | DEPENDPATH += $(OPIEDIR)/include \ | 12 | DEPENDPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | 14 | ||
15 | LIBS+= -lqpe -lopiecore2 -lopieui2 | 15 | LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2 |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/datebook/holiday | 17 | DESTDIR = $(OPIEDIR)/plugins/datebook/holiday |
18 | TARGET = birthdayplugin | 18 | TARGET = birthdayplugin |