summaryrefslogtreecommitdiff
path: root/library/library.pro
Unidiff
Diffstat (limited to 'library/library.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--library/library.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/library/library.pro b/library/library.pro
index 1837b4f..af505dd 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -1,105 +1,108 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= calendar.h \ 3 HEADERS= calendar.h \
4 global.h \ 4 global.h \
5 resource.h \ 5 resource.h \
6 xmlreader.h \ 6 xmlreader.h \
7 mimetype.h \ 7 mimetype.h \
8 menubutton.h \ 8 menubutton.h \
9 network.h \ 9 network.h \
10 networkinterface.h \ 10 networkinterface.h \
11 filemanager.h \ 11 filemanager.h \
12 fontmanager.h \ 12 fontmanager.h \
13 qdawg.h \ 13 qdawg.h \
14 datebookmonth.h \ 14 datebookmonth.h \
15 fileselector.h \ 15 fileselector.h \
16 fileselector_p.h \ 16 fileselector_p.h \
17 imageedit.h \ 17 imageedit.h \
18 qcopenvelope_qws.h \ 18 qcopenvelope_qws.h \
19 qpedecoration_qws.h \ 19 qpedecoration_qws.h \
20 qpeapplication.h \ 20 qpeapplication.h \
21 qpestyle.h \ 21 qpestyle.h \
22 qpedialog.h \ 22 qpedialog.h \
23 lightstyle.h \ 23 lightstyle.h \
24 config.h \ 24 config.h \
25 applnk.h \ 25 applnk.h \
26 sound.h \ 26 sound.h \
27 tzselect.h \ 27 tzselect.h \
28 qmath.h \ 28 qmath.h \
29 datebookdb.h \ 29 datebookdb.h \
30 alarmserver.h \ 30 alarmserver.h \
31 process.h \ 31 process.h \
32 password.h \ 32 password.h \
33 timestring.h \ 33 timestring.h \
34 fontfactoryinterface.h \ 34 fontfactoryinterface.h \
35 fontdatabase.h \ 35 fontdatabase.h \
36 power.h \ 36 power.h \
37 storage.h \ 37 storage.h \
38 qpemessagebox.h \ 38 qpemessagebox.h \
39 backend/timeconversion.h \ 39 timeconversion.h \
40 qpedebug.h \ 40 qpedebug.h \
41 qpemenubar.h \ 41 qpemenubar.h \
42 qpetoolbar.h \ 42 qpetoolbar.h \
43 backend/categories.h \ 43 backend/categories.h \
44 backend/stringutil.h \ 44 stringutil.h \
45 backend/palmtoprecord.h \ 45 backend/palmtoprecord.h \
46 backend/task.h \ 46 backend/task.h \
47 backend/event.h \ 47 backend/event.h \
48 backend/contact.h\ 48 backend/contact.h\
49 categorymenu.h \ 49 categorymenu.h \
50 categoryedit_p.h \ 50 categoryedit_p.h \
51 categoryselect.h \ 51 categoryselect.h \
52 categorywidget.h \ 52 categorywidget.h \
53 ir.h \ 53 ir.h \
54 backend/vobject_p.h \ 54 backend/vobject_p.h \
55 findwidget_p.h \ 55 findwidget_p.h \
56 finddialog.h \ 56 finddialog.h \
57 lnkproperties.h 57 lnkproperties.h \
58 windowdecorationinterface.h \
59 textcodecinterface.h \
60 imagecodecinterface.h
58 SOURCES= calendar.cpp \ 61 SOURCES= calendar.cpp \
59 global.cpp \ 62 global.cpp \
60 xmlreader.cpp \ 63 xmlreader.cpp \
61 mimetype.cpp \ 64 mimetype.cpp \
62 menubutton.cpp \ 65 menubutton.cpp \
63 network.cpp \ 66 network.cpp \
64 networkinterface.cpp \ 67 networkinterface.cpp \
65 filemanager.cpp \ 68 filemanager.cpp \
66 fontmanager.cpp \ 69 fontmanager.cpp \
67 qdawg.cpp \ 70 qdawg.cpp \
68 datebookmonth.cpp \ 71 datebookmonth.cpp \
69 fileselector.cpp \ 72 fileselector.cpp \
70 imageedit.cpp \ 73 imageedit.cpp \
71 resource.cpp \ 74 resource.cpp \
72 qpedecoration_qws.cpp \ 75 qpedecoration_qws.cpp \
73 qcopenvelope_qws.cpp \ 76 qcopenvelope_qws.cpp \
74 qpeapplication.cpp \ 77 qpeapplication.cpp \
75 qpestyle.cpp \ 78 qpestyle.cpp \
76 qpedialog.cpp \ 79 qpedialog.cpp \
77 lightstyle.cpp \ 80 lightstyle.cpp \
78 config.cpp \ 81 config.cpp \
79 applnk.cpp \ 82 applnk.cpp \
80 sound.cpp \ 83 sound.cpp \
81 tzselect.cpp \ 84 tzselect.cpp \
82 qmath.c \ 85 qmath.c \
83 datebookdb.cpp \ 86 datebookdb.cpp \
84 alarmserver.cpp \ 87 alarmserver.cpp \
85 password.cpp \ 88 password.cpp \
86 process.cpp \ 89 process.cpp \
87 process_unix.cpp \ 90 process_unix.cpp \
88 timestring.cpp \ 91 timestring.cpp \
89 fontdatabase.cpp \ 92 fontdatabase.cpp \
90 power.cpp \ 93 power.cpp \
91 storage.cpp \ 94 storage.cpp \
92 qpemessagebox.cpp \ 95 qpemessagebox.cpp \
93 backend/timeconversion.cpp \ 96 backend/timeconversion.cpp \
94 qpedebug.cpp \ 97 qpedebug.cpp \
95 qpemenubar.cpp \ 98 qpemenubar.cpp \
96 qpetoolbar.cpp \ 99 qpetoolbar.cpp \
97 backend/categories.cpp \ 100 backend/categories.cpp \
98 backend/stringutil.cpp \ 101 backend/stringutil.cpp \
99 backend/palmtoprecord.cpp \ 102 backend/palmtoprecord.cpp \
100 backend/task.cpp \ 103 backend/task.cpp \
101 backend/event.cpp \ 104 backend/event.cpp \
102 backend/contact.cpp \ 105 backend/contact.cpp \
103 categorymenu.cpp \ 106 categorymenu.cpp \
104 categoryedit_p.cpp \ 107 categoryedit_p.cpp \
105 categoryselect.cpp \ 108 categoryselect.cpp \