author | zecke <zecke> | 2002-10-21 20:29:25 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-21 20:29:25 (UTC) |
commit | 9d1a8e414d0c532266297a253e37afe19fa84ccf (patch) (side-by-side diff) | |
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 \ pim/obackendfactory.h \ pim/opimcache.h \ pim/otodoaccessvcal.h \ + pim/orecur.h \ + orecurrancewidget.h # pim/otodoaccesssql.h \ SOURCES = ofontmenu.cc \ @@ -46,6 +48,8 @@ SOURCES = ofontmenu.cc \ pim/ocontact.cpp \ pim/ocontactaccess.cpp \ pim/otodoaccessvcal.cpp \ + pim/orecur.cpp \ + orecurrancewidget.cpp # pim/otodoaccesssql.cpp \ TARGET = opie @@ -55,7 +59,7 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK) # LIBS += -lopiesql -INTERFACES = otimepickerbase.ui +INTERFACES = otimepickerbase.ui oreccurancebase.ui TRANSLATIONS = ../i18n/de/libopie.ts \ ../i18n/en/libopie.ts \ |