author | zecke <zecke> | 2004-02-21 11:36:36 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-21 11:36:36 (UTC) |
commit | a570c2824fcecaf1c278e1b5a592fa14cc0647f8 (patch) (side-by-side diff) | |
tree | 019f96b57b57589409192258e3b6f1ca2ffdbb7f /libopie2/opieui/opieui.pro | |
parent | f80b38b2e348b588bf7560161d7551e6bd4939c0 (diff) | |
download | opie-a570c2824fcecaf1c278e1b5a592fa14cc0647f8.zip opie-a570c2824fcecaf1c278e1b5a592fa14cc0647f8.tar.gz opie-a570c2824fcecaf1c278e1b5a592fa14cc0647f8.tar.bz2 |
Install OWait as well.
If the API is considered too bad ( I remember the talk about OWait wait;
on the stack ) we will have to sort it out
-rw-r--r-- | libopie2/opieui/opieui.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 708b1fe..8506794 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,62 +1,64 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = oclickablelabel.h \ odialog.h \ ofontselector.h \ oimageeffect.h \ olistview.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ oselector.h \ otabinfo.h \ otabbar.h \ otabwidget.h \ otimepicker.h \ oversatileview.h \ oversatileviewitem.h \ omessagebox.h \ oresource.h \ otaskbarapplet.h \ - oseparator.h + oseparator.h \ + owait.h SOURCES = oclickablelabel.cpp \ ofontselector.cpp \ oimageeffect.cpp \ olistview.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ oselector.cpp \ otabbar.cpp \ otabwidget.cpp \ otimepicker.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ odialog.cpp \ oresource.cpp \ otaskbarapplet.cpp \ - oseparator.cpp + oseparator.cpp \ + owait.cpp include ( big-screen/big-screen.pro ) include ( fileselector/fileselector.pro ) INTERFACES = otimepickerbase.ui TARGET = opieui2 VERSION = 1.8.5 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lopiecore2 !contains( platform, x11 ) { include ( $(OPIEDIR)/include.pro ) } contains( platform, x11 ) { LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib } |