author | zecke <zecke> | 2002-09-20 17:31:44 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-09-20 17:31:44 (UTC) |
commit | c958d7cb5069e06b5cf9e9df6e78bcb644ce26a2 (patch) (unidiff) | |
tree | 7985114d68609ac33e758682958565c1b4621457 | |
parent | 55dd11ddae09bfc4907399c473f0387c135fdae6 (diff) | |
download | opie-c958d7cb5069e06b5cf9e9df6e78bcb644ce26a2.zip opie-c958d7cb5069e06b5cf9e9df6e78bcb644ce26a2.tar.gz opie-c958d7cb5069e06b5cf9e9df6e78bcb644ce26a2.tar.bz2 |
accidentaly committed
-rw-r--r-- | libopie/libopie.pro | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 70be6ac..6c47e86 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,44 +1,23 @@ | |||
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 ofileselector.h \ |
4 | tododb.h \ | 4 | ofiledialog.h 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 | ofileselector/ofiledialog.h \ | 12 | SOURCES = ofontmenu.cc ofileselector.cc \ |
13 | ofileselector/ofilelistview.h \ | 13 | ofiledialog.cc xmltree.cc \ |
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 \ | ||
25 | tododb.cpp todoevent.cpp \ | 14 | tododb.cpp todoevent.cpp \ |
26 | todovcalresource.cpp colordialog.cpp \ | 15 | todovcalresource.cpp colordialog.cpp \ |
27 | colorpopupmenu.cpp oclickablelabel.cpp \ | 16 | colorpopupmenu.cpp oclickablelabel.cpp \ |
28 | oprocctrl.cpp oprocess.cpp \ | 17 | oprocctrl.cpp oprocess.cpp \ |
29 | odevice.cpp otimepicker.cpp \ | 18 | odevice.cpp otimepicker.cpp \ |
30 | otabwidget.cpp otabbar.cpp \ | 19 | 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 | ||
41 | TARGET = opie | 20 | TARGET = opie |
42 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
43 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 22 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
44 | #VERSION = 1.0.0 | 23 | #VERSION = 1.0.0 |