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 | |||
@@ -1,20 +1,20 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt plugin | 3 | CONFIG += qt plugin |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = birthday.h | 6 | HEADERS = birthday.h |
7 | SOURCES = birthday.cpp | 7 | SOURCES = birthday.cpp |
8 | INTERFACES= | 8 | INTERFACES= |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | ../ ../library | 11 | ../ ../library |
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 |
19 | 19 | ||
20 | include( $(OPIEDIR)/include.pro ) | 20 | include( $(OPIEDIR)/include.pro ) |