-rw-r--r-- | libopie/libopie.pro | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index df9c40a..a216cca 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,67 +1,91 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ocolorbutton.h \ | 4 | ocolorbutton.h \ |
5 | ofiledialog.h ofileselector.h tododb.h \ | 5 | ofileselector/odefaultfactories.h \ |
6 | ofileselector/ofiledialog.h \ | ||
7 | ofileselector/ofilelistview.h \ | ||
8 | ofileselector/ofileiconview.h \ | ||
9 | ofileselector/ofileselector.h \ | ||
10 | ofileselector/ofileselectoritem.h \ | ||
11 | ofileselector/ofileselectoriconitem.h \ | ||
12 | ofileselector/ofileselectormain.h \ | ||
13 | ofileselector/ofileview.h \ | ||
14 | ofileselector/olister.h \ | ||
15 | ofileselector/olocallister.h \ | ||
16 | ofileselector/opixmapprovider.h \ | ||
17 | tododb.h \ | ||
6 | ocheckitem.h todoevent.h todoresource.h \ | 18 | ocheckitem.h todoevent.h todoresource.h \ |
7 | todovcalresource.h xmltree.h \ | 19 | todovcalresource.h xmltree.h \ |
8 | colordialog.h colorpopupmenu.h \ | 20 | colordialog.h colorpopupmenu.h \ |
9 | oclickablelabel.h oprocctrl.h \ | 21 | oclickablelabel.h oprocctrl.h \ |
10 | oprocess.h odevice.h \ | 22 | oprocess.h odevice.h \ |
11 | otimepicker.h otabwidget.h \ | 23 | otimepicker.h otabwidget.h \ |
12 | otabbar.h otabinfo.h \ | 24 | otabbar.h otabinfo.h \ |
13 | ofontselector.h \ | 25 | ofontselector.h \ |
14 | pim/opimrecord.h \ | 26 | pim/opimrecord.h \ |
15 | pim/otodo.h \ | 27 | pim/otodo.h \ |
16 | pim/orecordlist.h \ | 28 | pim/orecordlist.h \ |
17 | pim/opimaccesstemplate.h \ | 29 | pim/opimaccesstemplate.h \ |
18 | pim/opimaccessbackend.h \ | 30 | pim/opimaccessbackend.h \ |
19 | pim/otodoaccess.h \ | 31 | pim/otodoaccess.h \ |
20 | pim/otodacessbackend.h \ | 32 | pim/otodacessbackend.h \ |
21 | pim/ocontact.h \ | 33 | pim/ocontact.h \ |
22 | pim/ocontactaccess.h \ | 34 | pim/ocontactaccess.h \ |
23 | pim/ocontactaccessbackend.h \ | 35 | pim/ocontactaccessbackend.h \ |
24 | pim/ocontactaccessbackend_xml.h \ | 36 | pim/ocontactaccessbackend_xml.h \ |
25 | pim/obackendfactory.h \ | 37 | pim/obackendfactory.h \ |
26 | pim/opimcache.h \ | 38 | pim/opimcache.h \ |
27 | pim/otodoaccessvcal.h \ | 39 | pim/otodoaccessvcal.h \ |
28 | pim/orecur.h \ | 40 | pim/orecur.h \ |
29 | orecurrancewidget.h | 41 | orecurrancewidget.h |
30 | # pim/otodoaccesssql.h \ | 42 | # pim/otodoaccesssql.h \ |
31 | 43 | ||
32 | SOURCES = ofontmenu.cc \ | 44 | SOURCES = ofontmenu.cc \ |
33 | ocolorbutton.cpp \ | 45 | ocolorbutton.cpp \ |
46 | ofileselector/odefaultfactories.cpp \ | ||
47 | ofileselector/ofiledialog.cpp \ | ||
48 | ofileselector/ofilefactory.cpp \ | ||
49 | ofileselector/ofilelistview.cpp \ | ||
50 | ofileselector/ofileiconview.cpp \ | ||
51 | ofileselector/ofileselector.cpp \ | ||
52 | ofileselector/ofileselectoritem.cpp \ | ||
53 | ofileselector/ofileselectoriconitem.cpp \ | ||
54 | ofileselector/ofileselectormain.cpp \ | ||
55 | ofileselector/ofileview.cpp \ | ||
56 | ofileselector/olister.cpp \ | ||
57 | ofileselector/olocallister.cpp \ | ||
58 | ofileselector/opixmapprovider.cpp \ | ||
34 | xmltree.cc \ | 59 | xmltree.cc \ |
35 | ofiledialog.cc ofileselector.cc \ | ||
36 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 60 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
37 | todovcalresource.cpp colordialog.cpp \ | 61 | todovcalresource.cpp colordialog.cpp \ |
38 | colorpopupmenu.cpp oclickablelabel.cpp \ | 62 | colorpopupmenu.cpp oclickablelabel.cpp \ |
39 | oprocctrl.cpp oprocess.cpp \ | 63 | oprocctrl.cpp oprocess.cpp \ |
40 | odevice.cpp otimepicker.cpp \ | 64 | odevice.cpp otimepicker.cpp \ |
41 | otabwidget.cpp otabbar.cpp \ | 65 | otabwidget.cpp otabbar.cpp \ |
42 | ofontselector.cpp \ | 66 | ofontselector.cpp \ |
43 | pim/otodo.cpp \ | 67 | pim/otodo.cpp \ |
44 | pim/opimrecord.cpp \ | 68 | pim/opimrecord.cpp \ |
45 | pim/otodoaccess.cpp \ | 69 | pim/otodoaccess.cpp \ |
46 | pim/otodoaccessbackend.cpp \ | 70 | pim/otodoaccessbackend.cpp \ |
47 | pim/otodoaccessxml.cpp \ | 71 | pim/otodoaccessxml.cpp \ |
48 | pim/ocontact.cpp \ | 72 | pim/ocontact.cpp \ |
49 | pim/ocontactaccess.cpp \ | 73 | pim/ocontactaccess.cpp \ |
50 | pim/otodoaccessvcal.cpp \ | 74 | pim/otodoaccessvcal.cpp \ |
51 | pim/orecur.cpp \ | 75 | pim/orecur.cpp \ |
52 | orecurrancewidget.cpp | 76 | orecurrancewidget.cpp |
53 | # pim/otodoaccesssql.cpp \ | 77 | # pim/otodoaccesssql.cpp \ |
54 | 78 | ||
55 | TARGET = opie | 79 | TARGET = opie |
56 | INCLUDEPATH += $(OPIEDIR)/include | 80 | INCLUDEPATH += $(OPIEDIR)/include |
57 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 81 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
58 | #VERSION = 1.0.0 | 82 | #VERSION = 1.0.0 |
59 | 83 | ||
60 | # LIBS += -lopiesql | 84 | # LIBS += -lopiesql |
61 | 85 | ||
62 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 86 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
63 | 87 | ||
64 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 88 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
65 | ../i18n/en/libopie.ts \ | 89 | ../i18n/en/libopie.ts \ |
66 | ../i18n/es/libopie.ts \ | 90 | ../i18n/es/libopie.ts \ |
67 | ../i18n/fr/libopie.ts \ | 91 | ../i18n/fr/libopie.ts \ |