author | zecke <zecke> | 2002-10-21 20:29:25 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-21 20:29:25 (UTC) |
commit | 9d1a8e414d0c532266297a253e37afe19fa84ccf (patch) (unidiff) | |
tree | 73c7920046af6f3198186775f75e94d62b4a26e7 | |
parent | 9d48ea3af681dec0644c980dba889a85b9eb19a8 (diff) | |
download | opie-9d1a8e414d0c532266297a253e37afe19fa84ccf.zip opie-9d1a8e414d0c532266297a253e37afe19fa84ccf.tar.gz opie-9d1a8e414d0c532266297a253e37afe19fa84ccf.tar.bz2 |
Include orecur
+ oreccurancewidget and other stuff
-rw-r--r-- | libopie/libopie.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 3dd27d4..98077db 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -25,6 +25,8 @@ HEADERS = ofontmenu.h \ | |||
25 | pim/obackendfactory.h \ | 25 | pim/obackendfactory.h \ |
26 | pim/opimcache.h \ | 26 | pim/opimcache.h \ |
27 | pim/otodoaccessvcal.h \ | 27 | pim/otodoaccessvcal.h \ |
28 | pim/orecur.h \ | ||
29 | orecurrancewidget.h | ||
28 | # pim/otodoaccesssql.h \ | 30 | # pim/otodoaccesssql.h \ |
29 | 31 | ||
30 | SOURCES = ofontmenu.cc \ | 32 | SOURCES = ofontmenu.cc \ |
@@ -46,6 +48,8 @@ SOURCES = ofontmenu.cc \ | |||
46 | pim/ocontact.cpp \ | 48 | pim/ocontact.cpp \ |
47 | pim/ocontactaccess.cpp \ | 49 | pim/ocontactaccess.cpp \ |
48 | pim/otodoaccessvcal.cpp \ | 50 | pim/otodoaccessvcal.cpp \ |
51 | pim/orecur.cpp \ | ||
52 | orecurrancewidget.cpp | ||
49 | # pim/otodoaccesssql.cpp \ | 53 | # pim/otodoaccesssql.cpp \ |
50 | 54 | ||
51 | TARGET = opie | 55 | TARGET = opie |
@@ -55,7 +59,7 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK) | |||
55 | 59 | ||
56 | # LIBS += -lopiesql | 60 | # LIBS += -lopiesql |
57 | 61 | ||
58 | INTERFACES = otimepickerbase.ui | 62 | INTERFACES = otimepickerbase.ui oreccurancebase.ui |
59 | 63 | ||
60 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 64 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
61 | ../i18n/en/libopie.ts \ | 65 | ../i18n/en/libopie.ts \ |