-rw-r--r-- | noncore/apps/tinykate/libkate/libkate.pro | 1 |
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 | |||
@@ -22,65 +22,64 @@ HEADERS = microkde/kapplication.h \ | |||
22 | microkde/krun.h \ | 22 | microkde/krun.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 | \ | 29 | \ |
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 \ |
79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 78 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
83 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
84 | DEPENDPATH+= $(OPIEDIR)/include | 83 | DEPENDPATH+= $(OPIEDIR)/include |
85 | LIBS += -lqpe -lopie | 84 | LIBS += -lqpe -lopie |
86 | TARGET = tinykate | 85 | TARGET = tinykate |