summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opieui.pro
authormickeyl <mickeyl>2005-05-17 10:18:18 (UTC)
committer mickeyl <mickeyl>2005-05-17 10:18:18 (UTC)
commitcce15d6b9a27880df72ea2638f9295900ea6c21e (patch) (side-by-side diff)
tree86a03b32e5fbac908eb96cadc7cc2e620ac1f213 /libopie2/opieui/opieui.pro
parentc31a425a9a080238569f7c04372f10fc6cc10383 (diff)
downloadopie-cce15d6b9a27880df72ea2638f9295900ea6c21e.zip
opie-cce15d6b9a27880df72ea2638f9295900ea6c21e.tar.gz
opie-cce15d6b9a27880df72ea2638f9295900ea6c21e.tar.bz2
remove OVersatileView and OVersatileViewItem from libopieui2. This widget
wasn't used in any application, it wasn't even completed and with the QListView in Qt4, there is something more thought-out coming soon.
Diffstat (limited to 'libopie2/opieui/opieui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro14
1 files changed, 5 insertions, 9 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index 5525ea2..4c92ece 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -1,65 +1,61 @@
TEMPLATE = lib
CONFIG += qt warn_on
DESTDIR = $(OPIEDIR)/lib
HEADERS = oclickablelabel.h \
odialog.h \
ofontselector.h \
oimageeffect.h \
- okeyconfigwidget.h \
- oledbox.h \
+ okeyconfigwidget.h \
+ oledbox.h \
olistview.h \
opixmapeffect.h \
opopupmenu.h \
opixmapprovider.h \
oselector.h \
oseparator.h \
otabinfo.h \
otabbar.h \
otabwidget.h \
otaskbarapplet.h \
otimepicker.h \
- oversatileview.h \
- oversatileviewitem.h \
owait.h
SOURCES = oclickablelabel.cpp \
odialog.cpp \
ofontselector.cpp \
oimageeffect.cpp \
- okeyconfigwidget.cpp \
- oledbox.cpp \
+ okeyconfigwidget.cpp \
+ oledbox.cpp \
olistview.cpp \
opixmapeffect.cpp \
opopupmenu.cpp \
opixmapprovider.cpp \
oselector.cpp \
oseparator.cpp \
otabbar.cpp \
otabwidget.cpp \
otaskbarapplet.cpp \
otimepicker.cpp \
- oversatileview.cpp \
- oversatileviewitem.cpp \
owait.cpp
include( big-screen/big-screen.pro )
include( fileselector/fileselector.pro )
INTERFACES = otimepickerbase.ui
TARGET = opieui2
-VERSION = 1.9.1
+VERSION = 1.9.2
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
}