summaryrefslogtreecommitdiff
path: root/library/library.pro
Unidiff
Diffstat (limited to 'library/library.pro') (more/less context) (show whitespace changes)
-rw-r--r--library/library.pro33
1 files changed, 14 insertions, 19 deletions
diff --git a/library/library.pro b/library/library.pro
index a05ee7e..cb4714a 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -35,49 +35,48 @@ HEADERS = calendar.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 backend/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 backend/stringutil.h \
45 backend/palmtopuid.h \ 45 backend/palmtopuid.h \
46 backend/palmtoprecord.h \ 46 backend/palmtoprecord.h \
47 backend/task.h \ 47 backend/task.h \
48 backend/event.h \ 48 backend/event.h \
49 backend/contact.h\ 49 backend/contact.h\
50 categorymenu.h \ 50 categorymenu.h \
51 categoryedit_p.h \ 51 categoryedit_p.h \
52 categoryselect.h \ 52 categoryselect.h \
53 categorywidget.h \ 53 categorywidget.h \
54 ir.h \ 54 ir.h \
55 backend/vobject_p.h \ 55 backend/vobject_p.h \
56 findwidget_p.h \ 56 findwidget_p.h \
57 finddialog.h \ 57 finddialog.h \
58 lnkproperties.h 58 lnkproperties.h
59
60 SOURCES= calendar.cpp \ 59 SOURCES= calendar.cpp \
61 global.cpp \ 60 global.cpp \
62 xmlreader.cpp \ 61 xmlreader.cpp \
63 mimetype.cpp \ 62 mimetype.cpp \
64 menubutton.cpp \ 63 menubutton.cpp \
65 network.cpp \ 64 network.cpp \
66 networkinterface.cpp \ 65 networkinterface.cpp \
67 filemanager.cpp \ 66 filemanager.cpp \
68 fontmanager.cpp \ 67 fontmanager.cpp \
69 qdawg.cpp \ 68 qdawg.cpp \
70 datebookmonth.cpp \ 69 datebookmonth.cpp \
71 fileselector.cpp \ 70 fileselector.cpp \
72 imageedit.cpp \ 71 imageedit.cpp \
73 resource.cpp \ 72 resource.cpp \
74 qpedecoration_qws.cpp \ 73 qpedecoration_qws.cpp \
75 qcopenvelope_qws.cpp \ 74 qcopenvelope_qws.cpp \
76 qpeapplication.cpp \ 75 qpeapplication.cpp \
77 qpestyle.cpp \ 76 qpestyle.cpp \
78 qpedialog.cpp \ 77 qpedialog.cpp \
79 lightstyle.cpp \ 78 lightstyle.cpp \
80 config.cpp \ 79 config.cpp \
81 applnk.cpp \ 80 applnk.cpp \
82 sound.cpp \ 81 sound.cpp \
83 tzselect.cpp \ 82 tzselect.cpp \
@@ -91,53 +90,49 @@ SOURCES = calendar.cpp \
91 fontdatabase.cpp \ 90 fontdatabase.cpp \
92 power.cpp \ 91 power.cpp \
93 storage.cpp \ 92 storage.cpp \
94 qpemessagebox.cpp \ 93 qpemessagebox.cpp \
95 backend/timeconversion.cpp \ 94 backend/timeconversion.cpp \
96 qpedebug.cpp \ 95 qpedebug.cpp \
97 qpemenubar.cpp \ 96 qpemenubar.cpp \
98 qpetoolbar.cpp \ 97 qpetoolbar.cpp \
99 backend/categories.cpp \ 98 backend/categories.cpp \
100 backend/stringutil.cpp \ 99 backend/stringutil.cpp \
101 backend/palmtoprecord.cpp \ 100 backend/palmtoprecord.cpp \
102 backend/task.cpp \ 101 backend/task.cpp \
103 backend/event.cpp \ 102 backend/event.cpp \
104 backend/contact.cpp \ 103 backend/contact.cpp \
105 categorymenu.cpp \ 104 categorymenu.cpp \
106 categoryedit_p.cpp \ 105 categoryedit_p.cpp \
107 categoryselect.cpp \ 106 categoryselect.cpp \
108 categorywidget.cpp \ 107 categorywidget.cpp \
109 ir.cpp \ 108 ir.cpp \
110 backend/vcc_yacc.cpp \ 109 backend/vcc_yacc.cpp \
111 backend/vobject.cpp \ 110 backend/vobject.cpp \
112 findwidget_p.cpp \ 111 findwidget_p.cpp \
113 finddialog.cpp \ 112 finddialog.cpp \
114 lnkproperties.cpp 113 lnkproperties.cpp
115
116# Qt 3 compatibility 114# Qt 3 compatibility
117qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h 115qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h
118qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp 116qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp
119
120INCLUDEPATH += $(OPIEDIR)/include backend 117INCLUDEPATH += $(OPIEDIR)/include backend
121 LIBS += -ldl -lcrypt -lm 118 LIBS += -ldl -lcrypt -lm
122
123INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui 119INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
124
125 TARGET = qpe 120 TARGET = qpe
126 DESTDIR = $(QTDIR)/lib$(PROJMAK) 121 DESTDIR = $(QTDIR)/lib$(PROJMAK)
127# This is set by configure$(OPIEDIR). 122# This is set by configure$(OPIEDIR).
128 VERSION = 1.5.0.1 123 VERSION = 1.5.0.1
129 124
130TRANSLATIONS = ../i18n/de/libqpe.ts 125TRANSLATIONS = ../i18n/de/libqpe.ts \
131TRANSLATIONS += ../i18n/es/libqpe.ts 126 ../i18n/en/libqpe.ts \
132TRANSLATIONS += ../i18n/pt/libqpe.ts 127 ../i18n/es/libqpe.ts \
133TRANSLATIONS += ../i18n/pt_BR/libqpe.ts 128 ../i18n/fr/libqpe.ts \
134TRANSLATIONS += ../i18n/en/libqpe.ts 129 ../i18n/hu/libqpe.ts \
135TRANSLATIONS += ../i18n/sl/libqpe.ts 130 ../i18n/ja/libqpe.ts \
136TRANSLATIONS += ../i18n/hu/libqpe.ts 131 ../i18n/ko/libqpe.ts \
137TRANSLATIONS += ../i18n/ja/libqpe.ts 132 ../i18n/no/libqpe.ts \
138TRANSLATIONS += ../i18n/ko/libqpe.ts 133 ../i18n/pl/libqpe.ts \
139TRANSLATIONS += ../i18n/pl/libqpe.ts 134 ../i18n/pt/libqpe.ts \
140TRANSLATIONS += ../i18n/fr/libqpe.ts 135 ../i18n/pt_BR/libqpe.ts \
141TRANSLATIONS += ../i18n/no/libqpe.ts 136 ../i18n/sl/libqpe.ts \
142TRANSLATIONS += ../i18n/zh_CN/libqpe.ts 137 ../i18n/zh_CN/libqpe.ts \
143TRANSLATIONS += ../i18n/zh_TW/libqpe.ts 138 ../i18n/zh_TW/libqpe.ts