summaryrefslogtreecommitdiff
path: root/library/library.pro
Unidiff
Diffstat (limited to 'library/library.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--library/library.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro
index b0d07b8..00639bf 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -1,50 +1,51 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 #CONFIG += qt warn_on release
3 CONFIG += qt warn_on debug
3 HEADERS= calendar.h \ 4 HEADERS= calendar.h \
4 global.h \ 5 global.h \
5 resource.h \ 6 resource.h \
6 xmlreader.h \ 7 xmlreader.h \
7 mimetype.h \ 8 mimetype.h \
8 menubutton.h \ 9 menubutton.h \
9 network.h \ 10 network.h \
10 networkinterface.h \ 11 networkinterface.h \
11 filemanager.h \ 12 filemanager.h \
12 fontmanager.h \ 13 fontmanager.h \
13 qdawg.h \ 14 qdawg.h \
14 datebookmonth.h \ 15 datebookmonth.h \
15 fileselector.h \ 16 fileselector.h \
16 fileselector_p.h \ 17 fileselector_p.h \
17 imageedit.h \ 18 imageedit.h \
18 qcopenvelope_qws.h \ 19 qcopenvelope_qws.h \
19 qpedecoration_qws.h \ 20 qpedecoration_qws.h \
20 qpeapplication.h \ 21 qpeapplication.h \
21 qpestyle.h \ 22 qpestyle.h \
22 qpedialog.h \ 23 qpedialog.h \
23 lightstyle.h \ 24 lightstyle.h \
24 config.h \ 25 config.h \
25 applnk.h \ 26 applnk.h \
26 sound.h \ 27 sound.h \
27 tzselect.h \ 28 tzselect.h \
28 qmath.h \ 29 qmath.h \
29 datebookdb.h \ 30 datebookdb.h \
30 alarmserver.h \ 31 alarmserver.h \
31 process.h \ 32 process.h \
32 password.h \ 33 password.h \
33 timestring.h \ 34 timestring.h \
34 fontfactoryinterface.h \ 35 fontfactoryinterface.h \
35 fontdatabase.h \ 36 fontdatabase.h \
36 power.h \ 37 power.h \
37 storage.h \ 38 storage.h \
38 qpemessagebox.h \ 39 qpemessagebox.h \
39 timeconversion.h \ 40 timeconversion.h \
40 qpedebug.h \ 41 qpedebug.h \
41 qpemenubar.h \ 42 qpemenubar.h \
42 qpetoolbar.h \ 43 qpetoolbar.h \
43 backend/categories.h \ 44 backend/categories.h \
44 stringutil.h \ 45 stringutil.h \
45 backend/palmtoprecord.h \ 46 backend/palmtoprecord.h \
46 backend/task.h \ 47 backend/task.h \
47 backend/event.h \ 48 backend/event.h \
48 backend/contact.h\ 49 backend/contact.h\
49 categorymenu.h \ 50 categorymenu.h \
50 categoryedit_p.h \ 51 categoryedit_p.h \
@@ -101,49 +102,49 @@ SOURCES = calendar.cpp \
101 qpetoolbar.cpp \ 102 qpetoolbar.cpp \
102 backend/categories.cpp \ 103 backend/categories.cpp \
103 backend/stringutil.cpp \ 104 backend/stringutil.cpp \
104 backend/palmtoprecord.cpp \ 105 backend/palmtoprecord.cpp \
105 backend/task.cpp \ 106 backend/task.cpp \
106 backend/event.cpp \ 107 backend/event.cpp \
107 backend/contact.cpp \ 108 backend/contact.cpp \
108 categorymenu.cpp \ 109 categorymenu.cpp \
109 categoryedit_p.cpp \ 110 categoryedit_p.cpp \
110 categoryselect.cpp \ 111 categoryselect.cpp \
111 categorywidget.cpp \ 112 categorywidget.cpp \
112 ir.cpp \ 113 ir.cpp \
113 backend/vcc_yacc.cpp \ 114 backend/vcc_yacc.cpp \
114 backend/vobject.cpp \ 115 backend/vobject.cpp \
115 findwidget_p.cpp \ 116 findwidget_p.cpp \
116 finddialog.cpp \ 117 finddialog.cpp \
117 lnkproperties.cpp \ 118 lnkproperties.cpp \
118 qt_override.cpp 119 qt_override.cpp
119 120
120# Qt 3 compatibility 121# Qt 3 compatibility
121HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h 122HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h
122SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp 123SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp
123INCLUDEPATH += $(OPIEDIR)/include backend 124INCLUDEPATH += $(OPIEDIR)/include backend
124 LIBS += -ldl -lcrypt -lm 125 LIBS += -ldl -lcrypt -lm
125INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui 126INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
126 TARGET = qpe 127 TARGET = qpe
127 DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 128 DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
128 VERSION = 1.5.0.1 129 VERSION = 1.5.0.1
129 130
130TRANSLATIONS = ../i18n/de/libqpe.ts \ 131TRANSLATIONS = ../i18n/de/libqpe.ts \
131 ../i18n/xx/libqpe.ts \ 132 ../i18n/xx/libqpe.ts \
132 ../i18n/en/libqpe.ts \ 133 ../i18n/en/libqpe.ts \
133 ../i18n/es/libqpe.ts \ 134 ../i18n/es/libqpe.ts \
134 ../i18n/fr/libqpe.ts \ 135 ../i18n/fr/libqpe.ts \
135 ../i18n/hu/libqpe.ts \ 136 ../i18n/hu/libqpe.ts \
136 ../i18n/ja/libqpe.ts \ 137 ../i18n/ja/libqpe.ts \
137 ../i18n/ko/libqpe.ts \ 138 ../i18n/ko/libqpe.ts \
138 ../i18n/no/libqpe.ts \ 139 ../i18n/no/libqpe.ts \
139 ../i18n/pl/libqpe.ts \ 140 ../i18n/pl/libqpe.ts \
140 ../i18n/pt/libqpe.ts \ 141 ../i18n/pt/libqpe.ts \
141 ../i18n/pt_BR/libqpe.ts \ 142 ../i18n/pt_BR/libqpe.ts \
142 ../i18n/sl/libqpe.ts \ 143 ../i18n/sl/libqpe.ts \
143 ../i18n/zh_CN/libqpe.ts \ 144 ../i18n/zh_CN/libqpe.ts \
144 ../i18n/it/libqpe.ts \ 145 ../i18n/it/libqpe.ts \
145 ../i18n/zh_TW/libqpe.ts \ 146 ../i18n/zh_TW/libqpe.ts \
146 ../i18n/da/libqpe.ts 147 ../i18n/da/libqpe.ts
147 148
148 149
149include ( ../include.pro ) 150include ( $(OPIEDIR)/include.pro )