author | zecke <zecke> | 2004-02-06 19:07:45 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-06 19:07:45 (UTC) |
commit | 180d7023bf344ff23a6a0b7bf807e4cf85d35d9b (patch) (side-by-side diff) | |
tree | 98b4f01471cf6fd333cef093f43771f192945587 /libopie2/opieui/opieui.pro | |
parent | 6704298d8a7c1fdfb4e7ed203f1c46e5c3c0b74a (diff) | |
download | opie-180d7023bf344ff23a6a0b7bf807e4cf85d35d9b.zip opie-180d7023bf344ff23a6a0b7bf807e4cf85d35d9b.tar.gz opie-180d7023bf344ff23a6a0b7bf807e4cf85d35d9b.tar.bz2 |
Remove OCheckItem...
Forward port the recent API docu of the FileSelector
-rw-r--r-- | libopie2/opieui/opieui.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index 8b8ed21..708b1fe 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,64 +1,62 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib -HEADERS = ocheckitem.h \ - oclickablelabel.h \ +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 -SOURCES = ocheckitem.cpp \ - oclickablelabel.cpp \ +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 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 } |