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 /libqtaux | |
parent | de7547111c8ee5b2424a405ba9d4454d753f465e (diff) | |
download | opie-9623c26c4f68496515a096bd2a85502ab15ca966.zip opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.gz opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.bz2 |
compensate for oticker moval
-rw-r--r-- | libqtaux/libqtaux.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libqtaux/libqtaux.pro b/libqtaux/libqtaux.pro index 5893015..39a9855 100644 --- a/libqtaux/libqtaux.pro +++ b/libqtaux/libqtaux.pro @@ -5,17 +5,19 @@ HEADERS = qcolordialog.h \ qsplitter.h \ qinputdialog.h \ \ ocolorpopupmenu.h \ - ocolorbutton.h + ocolorbutton.h \ + oticker.h SOURCES = qcolordialog.cpp \ qsplitter.cpp \ qinputdialog.cpp \ \ ocolorpopupmenu.cpp \ - ocolorbutton.cpp + ocolorbutton.cpp \ + oticker.cpp TARGET = qtaux2 INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/lib |