-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 | |||
@@ -24,8 +24,10 @@ HEADERS = ofontmenu.h \ | |||
24 | pim/ocontactaccessbackend_xml.h \ | 24 | pim/ocontactaccessbackend_xml.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 \ |
31 | ocolorbutton.cpp \ | 33 | ocolorbutton.cpp \ |
@@ -45,8 +47,10 @@ SOURCES = ofontmenu.cc \ | |||
45 | pim/otodoaccessxml.cpp \ | 47 | pim/otodoaccessxml.cpp \ |
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 |
52 | INCLUDEPATH += $(OPIEDIR)/include | 56 | INCLUDEPATH += $(OPIEDIR)/include |
@@ -54,9 +58,9 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK) | |||
54 | #VERSION = 1.0.0 | 58 | #VERSION = 1.0.0 |
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 \ |
62 | ../i18n/es/libopie.ts \ | 66 | ../i18n/es/libopie.ts \ |