summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/libkate.pro
authorjowenn <jowenn>2002-11-10 21:08:01 (UTC)
committer jowenn <jowenn>2002-11-10 21:08:01 (UTC)
commite97a6da57804aa14907dec327fbae71bff9b383e (patch) (unidiff)
tree15f6ee292dba24bdda72f5c72f6d2224c3516763 /noncore/apps/tinykate/libkate/libkate.pro
parent7c012ee8cd16d8befacc6f6750711443fac0fd5e (diff)
downloadopie-e97a6da57804aa14907dec327fbae71bff9b383e.zip
opie-e97a6da57804aa14907dec327fbae71bff9b383e.tar.gz
opie-e97a6da57804aa14907dec327fbae71bff9b383e.tar.bz2
import of tiny kate. (saving not possible yet)
Diffstat (limited to 'noncore/apps/tinykate/libkate/libkate.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/libkate.pro90
1 files changed, 90 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro
new file mode 100644
index 0000000..a504abf
--- a/dev/null
+++ b/noncore/apps/tinykate/libkate/libkate.pro
@@ -0,0 +1,90 @@
1 TEMPLATE= lib
2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = microkde/kapplication.h \
5 microkde/kconfig.h \
6 microkde/kdebug.h \
7 microkde/kdialog.h \
8 microkde/kdialogbase.h \
9 microkde/kfiledialog.h \
10 microkde/kglobal.h \
11 microkde/kiconloader.h \
12 microkde/klineedit.h \
13 microkde/klocale.h \
14 microkde/kmessagebox.h \
15 microkde/kprinter.h \
16 microkde/krestrictedline.h \
17 microkde/kseparator.h \
18 microkde/ksimpleconfig.h \
19 microkde/kstandarddirs.h \
20 microkde/ktempfile.h \
21 microkde/kunload.h \
22 microkde/kurlrequester.h \
23 microkde/kfontdialog.h \
24 microkde/krun.h \
25 microkde/knumvalidator.h \
26 microkde/kstaticdeleter.h \
27 microkde/klistview.h \
28 microkde/kglobalsettings.h \
29 microkde/kcolorbtn.h \
30 \
31 \
32 qt3back/qregexp3.h \
33 kde/ksharedptr.h \
34 document/katebuffer.h document/katedialogs.h \
35 document/katetextline.h \
36 document/katecmd.h \
37 document/katehighlight.h \
38 document/katecmds.h document/katedocument.h \
39 document/katesyntaxdocument.h \
40 view/kateundohistory.h \
41 view/kateview.h \
42 view/kateviewdialog.h \
43 interfaces/view.h \
44 interfaces/document.h \
45 ktexteditor/ktexteditor.h
46
47 SOURCES = microkde/kapplication.cpp \
48 microkde/kdialogbase.cpp \
49 microkde/kconfig.cpp \
50 microkde/klocale.cpp \
51 microkde/kmessagebox.cpp \
52 microkde/kprocess.cpp \
53 microkde/kstandarddirs.cpp \
54 microkde/ktempfile.cpp \
55 microkde/kurlrequester.cpp \
56 microkde/kcolordialog.cpp \
57 microkde/kfontdialog.cpp \
58 microkde/krun.cpp \
59 microkde/knumvalidator.cpp \
60 microkde/kglobal.cpp \
61 microkde/kglobalsettings.cpp \
62 microkde/kcolorbtn.cpp \
63 \
64 \
65 qt3back/qregexp3.cpp \
66 ktexteditor/ktexteditor.cpp \
67 document/katebuffer.cpp document/katedialogs.cpp \
68 document/katehighlight.cpp \
69 document/katecmd.cpp \
70 document/katesyntaxdocument.cpp document/katecmds.cpp \
71 document/katedocument.cpp document/katetextline.cpp \
72 view/kateundohistory.cpp \
73 view/kateview.cpp \
74 view/kateviewdialog.cpp \
75 interfaces/interfaces.cpp
76
77 INTERFACES=
78 INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \
79 $(OPIEDIR)/noncore/apps/tinykate/libkate/document \
80 $(OPIEDIR)/noncore/apps/tinykate/libkate/view \
81 $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \
82 $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \
83 $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back
84 DEPENDPATH+= $(OPIEDIR)/include
85LIBS += -lqpe -lopie
86 TARGET = tinykate
87
88INCLUDEPATH += $(OPIEDIR)/include
89DESTDIR = $(QTDIR)/lib$(PROJMAK)
90