summaryrefslogtreecommitdiff
path: root/libqtaux
authormickeyl <mickeyl>2004-08-05 17:29:18 (UTC)
committer mickeyl <mickeyl>2004-08-05 17:29:18 (UTC)
commit9623c26c4f68496515a096bd2a85502ab15ca966 (patch) (unidiff)
tree2ef17124c61a83a247b4ba31225526881f7b0ba6 /libqtaux
parentde7547111c8ee5b2424a405ba9d4454d753f465e (diff)
downloadopie-9623c26c4f68496515a096bd2a85502ab15ca966.zip
opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.gz
opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.bz2
compensate for oticker moval
Diffstat (limited to 'libqtaux') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/libqtaux.pro6
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
@@ -6,7 +6,8 @@ HEADERS = qcolordialog.h \
6 qinputdialog.h \ 6 qinputdialog.h \
7 \ 7 \
8 ocolorpopupmenu.h \ 8 ocolorpopupmenu.h \
9 ocolorbutton.h 9 ocolorbutton.h \
10 oticker.h
10 11
11 12
12SOURCES = qcolordialog.cpp \ 13SOURCES = qcolordialog.cpp \
@@ -14,7 +15,8 @@ SOURCES = qcolordialog.cpp \
14 qinputdialog.cpp \ 15 qinputdialog.cpp \
15 \ 16 \
16 ocolorpopupmenu.cpp \ 17 ocolorpopupmenu.cpp \
17 ocolorbutton.cpp 18 ocolorbutton.cpp \
19 oticker.cpp
18 20
19TARGET = qtaux2 21TARGET = qtaux2
20INCLUDEPATH += $(OPIEDIR)/include 22INCLUDEPATH += $(OPIEDIR)/include