summaryrefslogtreecommitdiff
path: root/library/library.pro
authorkergoth <kergoth>2002-01-25 22:14:26 (UTC)
committer kergoth <kergoth>2002-01-25 22:14:26 (UTC)
commit15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff)
treec2fa0399a2c47fda8e2cd0092c73a809d17f68eb /library/library.pro
downloadopie-15318cad33835e4e2dc620d033e43cd930676cdd.zip
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2
Initial revision
Diffstat (limited to 'library/library.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--library/library.pro132
1 files changed, 132 insertions, 0 deletions
diff --git a/library/library.pro b/library/library.pro
new file mode 100644
index 0000000..06dfc8f
--- a/dev/null
+++ b/library/library.pro
@@ -0,0 +1,132 @@
1 TEMPLATE= lib
2 CONFIG += qt warn_on release
3 HEADERS= calendar.h \
4 global.h \
5 resource.h \
6 xmlreader.h \
7 mimetype.h \
8 menubutton.h \
9 network.h \
10 networkinterface.h \
11 proxies.h \
12 filemanager.h \
13 fontmanager.h \
14 qdawg.h \
15 datebookmonth.h \
16 fileselector.h \
17 imageedit.h \
18 qcopenvelope_qws.h \
19 qpedecoration_qws.h \
20 qpeapplication.h \
21 qpestyle.h \
22 qpedialog.h \
23 lightstyle.h \
24 config.h \
25 applnk.h \
26 sound.h \
27 tzselect.h \
28 qmath.h \
29 datebookdb.h \
30 alarmserver.h \
31 process.h \
32 password.h \
33 timestring.h \
34 fontfactoryinterface.h \
35 fontdatabase.h \
36 power.h \
37 storage.h \
38 qpemessagebox.h \
39 backend/timeconversion.h \
40 qpedebug.h \
41 qpemenubar.h \
42 qpetoolbar.h \
43 backend/categories.h \
44 backend/stringutil.h \
45 backend/palmtopuid.h \
46 backend/palmtoprecord.h \
47 backend/task.h \
48 backend/event.h \
49 backend/contact.h\
50 categorymenu.h \
51 categoryedit_p.h \
52 categoryselect.h \
53 categorywidget.h \
54 ir.h \
55 backend/vobject_p.h \
56 findwidget_p.h \
57 finddialog.h \
58 lnkproperties.h
59
60 SOURCES= calendar.cpp \
61 global.cpp \
62 xmlreader.cpp \
63 mimetype.cpp \
64 menubutton.cpp \
65 network.cpp \
66 networkinterface.cpp \
67 proxies.cpp \
68 filemanager.cpp \
69 fontmanager.cpp \
70 qdawg.cpp \
71 datebookmonth.cpp \
72 fileselector.cpp \
73 imageedit.cpp \
74 resource.cpp \
75 qpedecoration_qws.cpp \
76 qcopenvelope_qws.cpp \
77 qpeapplication.cpp \
78 qpestyle.cpp \
79 qpedialog.cpp \
80 lightstyle.cpp \
81 config.cpp \
82 applnk.cpp \
83 sound.cpp \
84 tzselect.cpp \
85 qmath.c \
86 datebookdb.cpp \
87 alarmserver.cpp \
88 password.cpp \
89 process.cpp \
90 process_unix.cpp \
91 timestring.cpp \
92 fontdatabase.cpp \
93 power.cpp \
94 storage.cpp \
95 qpemessagebox.cpp \
96 backend/timeconversion.cpp \
97 qpedebug.cpp \
98 qpemenubar.cpp \
99 qpetoolbar.cpp \
100 backend/categories.cpp \
101 backend/stringutil.cpp \
102 backend/palmtoprecord.cpp \
103 backend/task.cpp \
104 backend/event.cpp \
105 backend/contact.cpp \
106 categorymenu.cpp \
107 categoryedit_p.cpp \
108 categoryselect.cpp \
109 categorywidget.cpp \
110 ir.cpp \
111 backend/vcc_yacc.cpp \
112 backend/vobject.cpp \
113 findwidget_p.cpp \
114 finddialog.cpp \
115 lnkproperties.cpp
116
117# Qt 3 compatibility
118qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h qprocess.h
119qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp qprocess.cpp \
120 qprocess_unix.cpp
121
122INCLUDEPATH += $(QPEDIR)/include backend
123 LIBS += -ldl -lcrypt -lm
124
125INTERFACES = passwordbase_p.ui proxiesbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
126
127 TARGET = qpe
128 DESTDIR = $(QTDIR)/lib$(PROJMAK)
129# This is set by configure$(QPEDIR).
130 VERSION = 1.5.0
131
132TRANSLATIONS = ../i18n/de/libqpe.ts