summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/libkate.pro
authormickeyl <mickeyl>2004-04-04 13:54:40 (UTC)
committer mickeyl <mickeyl>2004-04-04 13:54:40 (UTC)
commit16cf79e90b5217f8d4bfce2a0fa817ae4b73db36 (patch) (unidiff)
tree0701eae15aa606a0211a2fccfde0eafdac69357c /noncore/apps/tinykate/libkate/libkate.pro
parent8d2d2664e5f544b8292806e617deb7a0e4170dc0 (diff)
downloadopie-16cf79e90b5217f8d4bfce2a0fa817ae4b73db36.zip
opie-16cf79e90b5217f8d4bfce2a0fa817ae4b73db36.tar.gz
opie-16cf79e90b5217f8d4bfce2a0fa817ae4b73db36.tar.bz2
convert to Opie Debugging Framework
Diffstat (limited to 'noncore/apps/tinykate/libkate/libkate.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/libkate.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro
index 11ee275..1552dff 100644
--- a/noncore/apps/tinykate/libkate/libkate.pro
+++ b/noncore/apps/tinykate/libkate/libkate.pro
@@ -23,13 +23,12 @@ HEADERS = microkde/kapplication.h \
23 microkde/knumvalidator.h \ 23 microkde/knumvalidator.h \
24 microkde/kstaticdeleter.h \ 24 microkde/kstaticdeleter.h \
25 microkde/klistview.h \ 25 microkde/klistview.h \
26 microkde/kglobalsettings.h \ 26 microkde/kglobalsettings.h \
27 microkde/kcolorbtn.h \ 27 microkde/kcolorbtn.h \
28 \ 28 \
29 \
30 qt3back/qregexp3.h \ 29 qt3back/qregexp3.h \
31 microkde/ksharedptr.h \ 30 microkde/ksharedptr.h \
32 document/katebuffer.h document/katedialogs.h \ 31 document/katebuffer.h document/katedialogs.h \
33 document/katetextline.h \ 32 document/katetextline.h \
34 document/katecmd.h \ 33 document/katecmd.h \
35 document/katehighlight.h \ 34 document/katehighlight.h \
@@ -55,25 +54,23 @@ SOURCES = microkde/kapplication.cpp \
55 microkde/krun.cpp \ 54 microkde/krun.cpp \
56 microkde/knumvalidator.cpp \ 55 microkde/knumvalidator.cpp \
57 microkde/kglobal.cpp \ 56 microkde/kglobal.cpp \
58 microkde/kglobalsettings.cpp \ 57 microkde/kglobalsettings.cpp \
59 microkde/kcolorbtn.cpp \ 58 microkde/kcolorbtn.cpp \
60 \ 59 \
61 \
62 qt3back/qregexp3.cpp \ 60 qt3back/qregexp3.cpp \
63 ktexteditor/ktexteditor.cpp \ 61 ktexteditor/ktexteditor.cpp \
64 document/katebuffer.cpp document/katedialogs.cpp \ 62 document/katebuffer.cpp document/katedialogs.cpp \
65 document/katehighlight.cpp \ 63 document/katehighlight.cpp \
66 document/katecmd.cpp \ 64 document/katecmd.cpp \
67 document/katesyntaxdocument.cpp document/katecmds.cpp \ 65 document/katesyntaxdocument.cpp document/katecmds.cpp \
68 document/katedocument.cpp document/katetextline.cpp \ 66 document/katedocument.cpp document/katetextline.cpp \
69 view/kateundohistory.cpp \ 67 view/kateundohistory.cpp \
70 view/kateview.cpp \ 68 view/kateview.cpp \
71 view/kateviewdialog.cpp \ 69 view/kateviewdialog.cpp \
72 interfaces/interfaces.cpp 70 interfaces/interfaces.cpp
73
74INTERFACES = 71INTERFACES =
75INCLUDEPATH += $(OPIEDIR)/include \ 72INCLUDEPATH += $(OPIEDIR)/include \
76 $(OPIEDIR)/noncore/apps/tinykate/libkate \ 73 $(OPIEDIR)/noncore/apps/tinykate/libkate \
77 $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ 74 $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \
78 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ 75 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \
79 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ 76 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \