author | mickeyl <mickeyl> | 2004-08-05 17:29:18 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-08-05 17:29:18 (UTC) |
commit | 9623c26c4f68496515a096bd2a85502ab15ca966 (patch) (side-by-side diff) | |
tree | 2ef17124c61a83a247b4ba31225526881f7b0ba6 | |
parent | de7547111c8ee5b2424a405ba9d4454d753f465e (diff) | |
download | opie-9623c26c4f68496515a096bd2a85502ab15ca966.zip opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.gz opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.bz2 |
compensate for oticker moval
-rw-r--r-- | libopie2/opieui/opieui.pro | 2 | ||||
-rw-r--r-- | libqtaux/libqtaux.pro | 6 | ||||
-rw-r--r-- | noncore/todayplugins/fortune/config.in | 2 | ||||
-rw-r--r-- | noncore/todayplugins/fortune/fortune.pro | 2 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/config.in | 2 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/stockticker.pro | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index e97e82c..16be120 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro @@ -17,5 +17,4 @@ HEADERS = oclickablelabel.h \ otabwidget.h \ otaskbarapplet.h \ - oticker.h \ otimepicker.h \ oversatileview.h \ @@ -37,5 +36,4 @@ SOURCES = oclickablelabel.cpp \ otabwidget.cpp \ otaskbarapplet.cpp \ - oticker.cpp \ otimepicker.cpp \ oversatileview.cpp \ diff --git a/libqtaux/libqtaux.pro b/libqtaux/libqtaux.pro index 5893015..39a9855 100644 --- a/libqtaux/libqtaux.pro +++ b/libqtaux/libqtaux.pro @@ -7,5 +7,6 @@ HEADERS = qcolordialog.h \ \ ocolorpopupmenu.h \ - ocolorbutton.h + ocolorbutton.h \ + oticker.h @@ -15,5 +16,6 @@ SOURCES = qcolordialog.cpp \ \ ocolorpopupmenu.cpp \ - ocolorbutton.cpp + ocolorbutton.cpp \ + oticker.cpp TARGET = qtaux2 diff --git a/noncore/todayplugins/fortune/config.in b/noncore/todayplugins/fortune/config.in index ca476f1..ec74b50 100644 --- a/noncore/todayplugins/fortune/config.in +++ b/noncore/todayplugins/fortune/config.in @@ -2,4 +2,4 @@ boolean "opie-today-fortuneplugin (a joke a day keeps the doctor away)" default "y" - depends (LIBQPE || LIBQPE-X11) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && TODAY + depends (LIBQPE || LIBQPE-X11) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && LIBQTAUX && TODAY depends TODAY diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index 74c60b1..0eeb22b 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro @@ -13,5 +13,5 @@ DEPENDPATH += $(OPIEDIR)/include \ ../ ../library -LIBS+= -lqpe -lopiecore2 -lopiepim2 -lopieui2 +LIBS+= -lqpe -lopiecore2 -lopiepim2 -lopieui2 -lqtaux2 DESTDIR = $(OPIEDIR)/plugins/today diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in index 1252b63..9d9efa4 100644 --- a/noncore/todayplugins/stockticker/stockticker/config.in +++ b/noncore/todayplugins/stockticker/stockticker/config.in @@ -3,3 +3,3 @@ config TODAY_STOCKTICKERSUB depends TODAY_STOCKTICKERLIB default "y" if TODAY_STOCKTICKER - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && TODAY + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBQTAUX TODAY diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index 8c2e9df..1b49f0c 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro @@ -7,5 +7,5 @@ TARGET = stocktickertest INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS+= -lqpe -lopiecore2 +LIBS+= -lqpe -lopiecore2 -lqtaux2 DESTDIR = $(OPIEDIR)/bin |