author | mickeyl <mickeyl> | 2003-04-16 22:22:31 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-04-16 22:22:31 (UTC) |
commit | 14db7d7d1ea99b8d9715f11daaa3ca9f4d8a554a (patch) (side-by-side diff) | |
tree | d56c4f8eb14e9706df4746b77351e5a41e436c77 /libopie2/opieui/opieui.pro | |
parent | de7f71c5c362fbefdf3cfa004e7e6f6d5615d475 (diff) | |
download | opie-14db7d7d1ea99b8d9715f11daaa3ca9f4d8a554a.zip opie-14db7d7d1ea99b8d9715f11daaa3ca9f4d8a554a.tar.gz opie-14db7d7d1ea99b8d9715f11daaa3ca9f4d8a554a.tar.bz2 |
add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-code
-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 ba85766..996e1a0 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -1,46 +1,48 @@ TEMPLATE = lib CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/lib HEADERS = ocompletionbox.h \ ocombobox.h \ oeditlistbox.h \ olineedit.h \ olistview.h \ oimageeffect.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ oselector.h \ oversatileview.h \ oversatileviewitem.h \ #ojanuswidget.h \ odialog.h \ - oseparator.h + oseparator.h \ + otaskbarapplet.h SOURCES = ocompletionbox.cpp \ ocombobox.cpp \ oeditlistbox.cpp \ olineedit.cpp \ olistview.cpp \ oimageeffect.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ oselector.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ #ojanuswidget.cpp \ odialog.cpp \ - oseparator.cpp + oseparator.cpp \ + otaskbarapplet.cpp INTERFACES = TARGET = opieui2 VERSION = 1.8.1 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lopiecore2 MOC_DIR = moc OBJECTS_DIR = obj include ( $(OPIEDIR)/include.pro ) |