author | zecke <zecke> | 2002-09-20 17:28:20 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-09-20 17:28:20 (UTC) |
commit | 55dd11ddae09bfc4907399c473f0387c135fdae6 (patch) (unidiff) | |
tree | 69d52e2f0e1030bbdcbf518f0a334ff4861500fa /libopie/libopie.pro | |
parent | 40df2487c53a5ab484d33d619f5b6ed449c0b485 (diff) | |
download | opie-55dd11ddae09bfc4907399c473f0387c135fdae6.zip opie-55dd11ddae09bfc4907399c473f0387c135fdae6.tar.gz opie-55dd11ddae09bfc4907399c473f0387c135fdae6.tar.bz2 |
OTodo know is the first implementation of OPimRecord
-rw-r--r-- | libopie/libopie.pro | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 6c47e86..70be6ac 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,23 +1,44 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h ofileselector.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ofiledialog.h tododb.h \ | 4 | tododb.h \ |
5 | todoevent.h todoresource.h \ | 5 | todoevent.h todoresource.h \ |
6 | todovcalresource.h xmltree.h \ | 6 | todovcalresource.h xmltree.h \ |
7 | colordialog.h colorpopupmenu.h \ | 7 | colordialog.h colorpopupmenu.h \ |
8 | oclickablelabel.h oprocctrl.h \ | 8 | oclickablelabel.h oprocctrl.h \ |
9 | oprocess.h odevice.h \ | 9 | oprocess.h odevice.h \ |
10 | otimepicker.h otabwidget.h \ | 10 | otimepicker.h otabwidget.h \ |
11 | otabbar.h otabinfo.h | 11 | otabbar.h otabinfo.h \ |
12 | SOURCES = ofontmenu.cc ofileselector.cc \ | 12 | ofileselector/ofiledialog.h \ |
13 | ofiledialog.cc xmltree.cc \ | 13 | ofileselector/ofilelistview.h \ |
14 | ofileselector/ofileselector.h \ | ||
15 | ofileselector/ofileselectoritem.h \ | ||
16 | ofileselector/ofileview.h \ | ||
17 | ofileselector/olister.h \ | ||
18 | ofileselector/olocallister.h \ | ||
19 | ofileselector/ofileselectormain.h \ | ||
20 | pim/opimrecord.h \ | ||
21 | pim/otodo.h | ||
22 | |||
23 | SOURCES = ofontmenu.cc \ | ||
24 | xmltree.cc \ | ||
14 | tododb.cpp todoevent.cpp \ | 25 | tododb.cpp todoevent.cpp \ |
15 | todovcalresource.cpp colordialog.cpp \ | 26 | todovcalresource.cpp colordialog.cpp \ |
16 | colorpopupmenu.cpp oclickablelabel.cpp \ | 27 | colorpopupmenu.cpp oclickablelabel.cpp \ |
17 | oprocctrl.cpp oprocess.cpp \ | 28 | oprocctrl.cpp oprocess.cpp \ |
18 | odevice.cpp otimepicker.cpp \ | 29 | odevice.cpp otimepicker.cpp \ |
19 | otabwidget.cpp otabbar.cpp | 30 | otabwidget.cpp otabbar.cpp \ |
31 | ofileselector/ofiledialog.cpp \ | ||
32 | ofileselector/ofilelistview.cpp \ | ||
33 | ofileselector/ofileselector.cpp \ | ||
34 | ofileselector/ofileselectoritem.cpp \ | ||
35 | ofileselector/ofileview.cpp \ | ||
36 | ofileselector/olister.cpp \ | ||
37 | ofileselector/olocallister.cpp \ | ||
38 | ofileselector/ofileselectormain.cpp \ | ||
39 | pim/opimrecord.cpp \ | ||
40 | pim/otodo.cpp | ||
20 | TARGET = opie | 41 | TARGET = opie |
21 | INCLUDEPATH += $(OPIEDIR)/include | 42 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 43 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
23 | #VERSION = 1.0.0 | 44 | #VERSION = 1.0.0 |