author | harlekin <harlekin> | 2003-03-28 20:15:10 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-28 20:15:10 (UTC) |
commit | fffa0df4d2cf54b2263172a3dcaa6b7611ba1eef (patch) (unidiff) | |
tree | 9c62fe7b201418e9adef0d25e337e511f535fa2b /libopie/libopie.pro | |
parent | 7ced5d961a8578f8665b0bce86920512569e5caa (diff) | |
download | opie-fffa0df4d2cf54b2263172a3dcaa6b7611ba1eef.zip opie-fffa0df4d2cf54b2263172a3dcaa6b7611ba1eef.tar.gz opie-fffa0df4d2cf54b2263172a3dcaa6b7611ba1eef.tar.bz2 |
owait - displays a busy indicator in the middle of the screen, initial version
-rw-r--r-- | libopie/libopie.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 2bf9985..e39c80d 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -37,17 +37,17 @@ HEADERS = ofontmenu.h \ | |||
37 | pim/opimmainwindow.h \ | 37 | pim/opimmainwindow.h \ |
38 | pim/opimresolver.h \ | 38 | pim/opimresolver.h \ |
39 | pim/oevent.h \ | 39 | pim/oevent.h \ |
40 | pim/otimezone.h \ | 40 | pim/otimezone.h \ |
41 | pim/odatebookaccess.h \ | 41 | pim/odatebookaccess.h \ |
42 | pim/odatebookaccessbackend.h \ | 42 | pim/odatebookaccessbackend.h \ |
43 | pim/odatebookaccessbackend_xml.h \ | 43 | pim/odatebookaccessbackend_xml.h \ |
44 | orecurrancewidget.h \ | 44 | orecurrancewidget.h \ |
45 | oticker.h | 45 | oticker.h owait.h |
46 | # pim/otodoaccesssql.h \ | 46 | # pim/otodoaccesssql.h \ |
47 | 47 | ||
48 | SOURCES = ofontmenu.cc \ | 48 | SOURCES = ofontmenu.cc \ |
49 | ocolorbutton.cpp \ | 49 | ocolorbutton.cpp \ |
50 | sharp_compat.cpp \ | 50 | sharp_compat.cpp \ |
51 | xmltree.cc \ | 51 | xmltree.cc \ |
52 | ofiledialog.cc ofileselector.cc \ | 52 | ofiledialog.cc ofileselector.cc \ |
53 | ocheckitem.cpp \ | 53 | ocheckitem.cpp \ |
@@ -78,17 +78,17 @@ SOURCES = ofontmenu.cc \ | |||
78 | pim/opimmainwindow.cpp \ | 78 | pim/opimmainwindow.cpp \ |
79 | pim/opimresolver.cpp \ | 79 | pim/opimresolver.cpp \ |
80 | pim/oevent.cpp \ | 80 | pim/oevent.cpp \ |
81 | pim/otimezone.cpp \ | 81 | pim/otimezone.cpp \ |
82 | pim/odatebookaccess.cpp \ | 82 | pim/odatebookaccess.cpp \ |
83 | pim/odatebookaccessbackend.cpp \ | 83 | pim/odatebookaccessbackend.cpp \ |
84 | pim/odatebookaccessbackend_xml.cpp \ | 84 | pim/odatebookaccessbackend_xml.cpp \ |
85 | orecurrancewidget.cpp \ | 85 | orecurrancewidget.cpp \ |
86 | oticker.cpp | 86 | oticker.cpp owait.cpp \ |
87 | # pim/otodoaccesssql.cpp \ | 87 | # pim/otodoaccesssql.cpp \ |
88 | 88 | ||
89 | TARGET = opie | 89 | TARGET = opie |
90 | INCLUDEPATH += $(OPIEDIR)/include | 90 | INCLUDEPATH += $(OPIEDIR)/include |
91 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 91 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
92 | #VERSION = 1.0.0 | 92 | #VERSION = 1.0.0 |
93 | 93 | ||
94 | LIBS += -lqpe | 94 | LIBS += -lqpe |