summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opiecore.pro
authorzecke <zecke>2004-04-13 14:53:58 (UTC)
committer zecke <zecke>2004-04-13 14:53:58 (UTC)
commitb51d88d7b0b517b71ae3b59d8228335f38ca9fc7 (patch) (unidiff)
tree302377973a897934c944c7a126e5e0a510694979 /libopie2/opiecore/opiecore.pro
parentc4c842558e1457f64d43b237f24f6ea1a4f9d76b (diff)
downloadopie-b51d88d7b0b517b71ae3b59d8228335f38ca9fc7.zip
opie-b51d88d7b0b517b71ae3b59d8228335f38ca9fc7.tar.gz
opie-b51d88d7b0b517b71ae3b59d8228335f38ca9fc7.tar.bz2
Split the KeyConfig Manager and Widget into Ui and Core parts
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
Diffstat (limited to 'libopie2/opiecore/opiecore.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/opiecore.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro
index ae0af77..171bb0c 100644
--- a/libopie2/opiecore/opiecore.pro
+++ b/libopie2/opiecore/opiecore.pro
@@ -3,23 +3,25 @@ CONFIG += qt warn_on
3DESTDIR = $(OPIEDIR)/lib 3DESTDIR = $(OPIEDIR)/lib
4HEADERS = oapplication.h \ 4HEADERS = oapplication.h \
5 oconfig.h \ 5 oconfig.h \
6 odebug.h \ 6 odebug.h \
7 oglobal.h \ 7 oglobal.h \
8 oglobalsettings.h \ 8 oglobalsettings.h \
9 okeyconfigmanager.h \
9 oprocess.h \ 10 oprocess.h \
10 oprocctrl.h \ 11 oprocctrl.h \
11 osmartpointer.h \ 12 osmartpointer.h \
12 ostorageinfo.h \ 13 ostorageinfo.h \
13 xmltree.h 14 xmltree.h
14 15
15SOURCES = oapplication.cpp \ 16SOURCES = oapplication.cpp \
16 oconfig.cpp \ 17 oconfig.cpp \
17 odebug.cpp \ 18 odebug.cpp \
18 oglobal.cpp \ 19 oglobal.cpp \
19 oglobalsettings.cpp \ 20 oglobalsettings.cpp \
21 okeyconfigmanager.cpp \
20 oprocess.cpp \ 22 oprocess.cpp \
21 oprocctrl.cpp \ 23 oprocctrl.cpp \
22 ostorageinfo.cpp \ 24 ostorageinfo.cpp \
23 xmltree.cpp 25 xmltree.cpp
24 26
25include ( device/device.pro ) 27include ( device/device.pro )