author | drw <drw> | 2004-03-02 16:37:21 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 16:37:21 (UTC) |
commit | c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1 (patch) (unidiff) | |
tree | cf5b1b8d8dce7a87176a2a78c6acd929bfd097bf /libopie2/opieui | |
parent | 10d627d55eaab6cda26b03879f1b0fe31d1b273b (diff) | |
download | opie-c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1.zip opie-c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1.tar.gz opie-c4c97ef4ccf9d379ff59560c3ae3c32f95fc51d1.tar.bz2 |
Added OTicker class to libopie2
-rw-r--r-- | libopie2/opieui/opieui.pro | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 8506794..1be8db5 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro | |||
@@ -6,40 +6,42 @@ HEADERS = oclickablelabel.h \ | |||
6 | ofontselector.h \ | 6 | ofontselector.h \ |
7 | oimageeffect.h \ | 7 | oimageeffect.h \ |
8 | olistview.h \ | 8 | olistview.h \ |
9 | omessagebox.h \ | ||
9 | opixmapeffect.h \ | 10 | opixmapeffect.h \ |
10 | opopupmenu.h \ | 11 | opopupmenu.h \ |
11 | opixmapprovider.h \ | 12 | opixmapprovider.h \ |
13 | oresource.h \ | ||
12 | oselector.h \ | 14 | oselector.h \ |
15 | oseparator.h \ | ||
13 | otabinfo.h \ | 16 | otabinfo.h \ |
14 | otabbar.h \ | 17 | otabbar.h \ |
15 | otabwidget.h \ | 18 | otabwidget.h \ |
19 | otaskbarapplet.h \ | ||
20 | oticker.h \ | ||
16 | otimepicker.h \ | 21 | otimepicker.h \ |
17 | oversatileview.h \ | 22 | oversatileview.h \ |
18 | oversatileviewitem.h \ | 23 | oversatileviewitem.h \ |
19 | omessagebox.h \ | 24 | owait.h |
20 | oresource.h \ | ||
21 | otaskbarapplet.h \ | ||
22 | oseparator.h \ | ||
23 | owait.h | ||
24 | 25 | ||
25 | SOURCES = oclickablelabel.cpp \ | 26 | SOURCES = oclickablelabel.cpp \ |
27 | odialog.cpp \ | ||
26 | ofontselector.cpp \ | 28 | ofontselector.cpp \ |
27 | oimageeffect.cpp \ | 29 | oimageeffect.cpp \ |
28 | olistview.cpp \ | 30 | olistview.cpp \ |
29 | opixmapeffect.cpp \ | 31 | opixmapeffect.cpp \ |
30 | opopupmenu.cpp \ | 32 | opopupmenu.cpp \ |
31 | opixmapprovider.cpp \ | 33 | opixmapprovider.cpp \ |
34 | oresource.cpp \ | ||
32 | oselector.cpp \ | 35 | oselector.cpp \ |
36 | oseparator.cpp \ | ||
33 | otabbar.cpp \ | 37 | otabbar.cpp \ |
34 | otabwidget.cpp \ | 38 | otabwidget.cpp \ |
39 | otaskbarapplet.cpp \ | ||
40 | oticker.cpp \ | ||
35 | otimepicker.cpp \ | 41 | otimepicker.cpp \ |
36 | oversatileview.cpp \ | 42 | oversatileview.cpp \ |
37 | oversatileviewitem.cpp \ | 43 | oversatileviewitem.cpp \ |
38 | odialog.cpp \ | 44 | owait.cpp |
39 | oresource.cpp \ | ||
40 | otaskbarapplet.cpp \ | ||
41 | oseparator.cpp \ | ||
42 | owait.cpp | ||
43 | 45 | ||
44 | include ( big-screen/big-screen.pro ) | 46 | include ( big-screen/big-screen.pro ) |
45 | include ( fileselector/fileselector.pro ) | 47 | include ( fileselector/fileselector.pro ) |