summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/libkate.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro
index b282059..7266b18 100644
--- a/noncore/apps/tinykate/libkate/libkate.pro
+++ b/noncore/apps/tinykate/libkate/libkate.pro
@@ -30,49 +30,48 @@ HEADERS = microkde/kapplication.h \
30 qt3back/qregexp3.h \ 30 qt3back/qregexp3.h \
31 microkde/ksharedptr.h \ 31 microkde/ksharedptr.h \
32 document/katebuffer.h document/katedialogs.h \ 32 document/katebuffer.h document/katedialogs.h \
33 document/katetextline.h \ 33 document/katetextline.h \
34 document/katecmd.h \ 34 document/katecmd.h \
35 document/katehighlight.h \ 35 document/katehighlight.h \
36 document/katecmds.h document/katedocument.h \ 36 document/katecmds.h document/katedocument.h \
37 document/katesyntaxdocument.h \ 37 document/katesyntaxdocument.h \
38 view/kateundohistory.h \ 38 view/kateundohistory.h \
39 view/kateview.h \ 39 view/kateview.h \
40 view/kateviewdialog.h \ 40 view/kateviewdialog.h \
41 interfaces/view.h \ 41 interfaces/view.h \
42 interfaces/document.h \ 42 interfaces/document.h \
43 ktexteditor/ktexteditor.h 43 ktexteditor/ktexteditor.h
44 44
45 SOURCES = microkde/kapplication.cpp \ 45 SOURCES = microkde/kapplication.cpp \
46 microkde/kdialogbase.cpp \ 46 microkde/kdialogbase.cpp \
47 kateconfig.cpp \ 47 kateconfig.cpp \
48 microkde/klocale.cpp \ 48 microkde/klocale.cpp \
49 microkde/kmessagebox.cpp \ 49 microkde/kmessagebox.cpp \
50 microkde/kprocess.cpp \ 50 microkde/kprocess.cpp \
51 microkde/kstandarddirs.cpp \ 51 microkde/kstandarddirs.cpp \
52 microkde/ktempfile.cpp \ 52 microkde/ktempfile.cpp \
53 microkde/kurlrequester.cpp \ 53 microkde/kurlrequester.cpp \
54 microkde/kcolordialog.cpp \
55 microkde/kfontdialog.cpp \ 54 microkde/kfontdialog.cpp \
56 microkde/krun.cpp \ 55 microkde/krun.cpp \
57 microkde/knumvalidator.cpp \ 56 microkde/knumvalidator.cpp \
58 microkde/kglobal.cpp \ 57 microkde/kglobal.cpp \
59 microkde/kglobalsettings.cpp \ 58 microkde/kglobalsettings.cpp \
60 microkde/kcolorbtn.cpp \ 59 microkde/kcolorbtn.cpp \
61 \ 60 \
62 \ 61 \
63 qt3back/qregexp3.cpp \ 62 qt3back/qregexp3.cpp \
64 ktexteditor/ktexteditor.cpp \ 63 ktexteditor/ktexteditor.cpp \
65 document/katebuffer.cpp document/katedialogs.cpp \ 64 document/katebuffer.cpp document/katedialogs.cpp \
66 document/katehighlight.cpp \ 65 document/katehighlight.cpp \
67 document/katecmd.cpp \ 66 document/katecmd.cpp \
68 document/katesyntaxdocument.cpp document/katecmds.cpp \ 67 document/katesyntaxdocument.cpp document/katecmds.cpp \
69 document/katedocument.cpp document/katetextline.cpp \ 68 document/katedocument.cpp document/katetextline.cpp \
70 view/kateundohistory.cpp \ 69 view/kateundohistory.cpp \
71 view/kateview.cpp \ 70 view/kateview.cpp \
72 view/kateviewdialog.cpp \ 71 view/kateviewdialog.cpp \
73 interfaces/interfaces.cpp 72 interfaces/interfaces.cpp
74 73
75 INTERFACES= 74 INTERFACES=
76 INCLUDEPATH+= $(OPIEDIR)/include \ 75 INCLUDEPATH+= $(OPIEDIR)/include \
77 $(OPIEDIR)/noncore/apps/tinykate/libkate \ 76 $(OPIEDIR)/noncore/apps/tinykate/libkate \
78 $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ 77 $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \