author | harlekin <harlekin> | 2002-06-24 08:22:22 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-24 08:22:22 (UTC) |
commit | 08fb6ae7432fc8c76dfd03ff37582659d7e4968d (patch) (unidiff) | |
tree | 79ed8f736aafe00764bf60c50790076e537da849 | |
parent | 2683af8681a9b61d75880bca1bed3161fbf82fab (diff) | |
download | opie-08fb6ae7432fc8c76dfd03ff37582659d7e4968d.zip opie-08fb6ae7432fc8c76dfd03ff37582659d7e4968d.tar.gz opie-08fb6ae7432fc8c76dfd03ff37582659d7e4968d.tar.bz2 |
hardcoded libqpe version
-rw-r--r-- | library/library.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.pro b/library/library.pro index 44fd7cf..a05ee7e 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -1,143 +1,143 @@ | |||
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 | 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 | 59 | ||
60 | SOURCES= calendar.cpp \ | 60 | SOURCES= calendar.cpp \ |
61 | global.cpp \ | 61 | global.cpp \ |
62 | xmlreader.cpp \ | 62 | xmlreader.cpp \ |
63 | mimetype.cpp \ | 63 | mimetype.cpp \ |
64 | menubutton.cpp \ | 64 | menubutton.cpp \ |
65 | network.cpp \ | 65 | network.cpp \ |
66 | networkinterface.cpp \ | 66 | networkinterface.cpp \ |
67 | filemanager.cpp \ | 67 | filemanager.cpp \ |
68 | fontmanager.cpp \ | 68 | fontmanager.cpp \ |
69 | qdawg.cpp \ | 69 | qdawg.cpp \ |
70 | datebookmonth.cpp \ | 70 | datebookmonth.cpp \ |
71 | fileselector.cpp \ | 71 | fileselector.cpp \ |
72 | imageedit.cpp \ | 72 | imageedit.cpp \ |
73 | resource.cpp \ | 73 | resource.cpp \ |
74 | qpedecoration_qws.cpp \ | 74 | qpedecoration_qws.cpp \ |
75 | qcopenvelope_qws.cpp \ | 75 | qcopenvelope_qws.cpp \ |
76 | qpeapplication.cpp \ | 76 | qpeapplication.cpp \ |
77 | qpestyle.cpp \ | 77 | qpestyle.cpp \ |
78 | qpedialog.cpp \ | 78 | qpedialog.cpp \ |
79 | lightstyle.cpp \ | 79 | lightstyle.cpp \ |
80 | config.cpp \ | 80 | config.cpp \ |
81 | applnk.cpp \ | 81 | applnk.cpp \ |
82 | sound.cpp \ | 82 | sound.cpp \ |
83 | tzselect.cpp \ | 83 | tzselect.cpp \ |
84 | qmath.c \ | 84 | qmath.c \ |
85 | datebookdb.cpp \ | 85 | datebookdb.cpp \ |
86 | alarmserver.cpp \ | 86 | alarmserver.cpp \ |
87 | password.cpp \ | 87 | password.cpp \ |
88 | process.cpp \ | 88 | process.cpp \ |
89 | process_unix.cpp \ | 89 | process_unix.cpp \ |
90 | timestring.cpp \ | 90 | timestring.cpp \ |
91 | fontdatabase.cpp \ | 91 | fontdatabase.cpp \ |
92 | power.cpp \ | 92 | power.cpp \ |
93 | storage.cpp \ | 93 | storage.cpp \ |
94 | qpemessagebox.cpp \ | 94 | qpemessagebox.cpp \ |
95 | backend/timeconversion.cpp \ | 95 | backend/timeconversion.cpp \ |
96 | qpedebug.cpp \ | 96 | qpedebug.cpp \ |
97 | qpemenubar.cpp \ | 97 | qpemenubar.cpp \ |
98 | qpetoolbar.cpp \ | 98 | qpetoolbar.cpp \ |
99 | backend/categories.cpp \ | 99 | backend/categories.cpp \ |
100 | backend/stringutil.cpp \ | 100 | backend/stringutil.cpp \ |
101 | backend/palmtoprecord.cpp \ | 101 | backend/palmtoprecord.cpp \ |
102 | backend/task.cpp \ | 102 | backend/task.cpp \ |
103 | backend/event.cpp \ | 103 | backend/event.cpp \ |
104 | backend/contact.cpp \ | 104 | backend/contact.cpp \ |
105 | categorymenu.cpp \ | 105 | categorymenu.cpp \ |
106 | categoryedit_p.cpp \ | 106 | categoryedit_p.cpp \ |
107 | categoryselect.cpp \ | 107 | categoryselect.cpp \ |
108 | categorywidget.cpp \ | 108 | categorywidget.cpp \ |
109 | ir.cpp \ | 109 | ir.cpp \ |
110 | backend/vcc_yacc.cpp \ | 110 | backend/vcc_yacc.cpp \ |
111 | backend/vobject.cpp \ | 111 | backend/vobject.cpp \ |
112 | findwidget_p.cpp \ | 112 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 113 | finddialog.cpp \ |
114 | lnkproperties.cpp | 114 | lnkproperties.cpp |
115 | 115 | ||
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | 119 | ||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
122 | 122 | ||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | 124 | ||
125 | TARGET = qpe | 125 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0.1 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/es/libqpe.ts | 131 | TRANSLATIONS += ../i18n/es/libqpe.ts |
132 | TRANSLATIONS += ../i18n/pt/libqpe.ts | 132 | TRANSLATIONS += ../i18n/pt/libqpe.ts |
133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
134 | TRANSLATIONS += ../i18n/en/libqpe.ts | 134 | TRANSLATIONS += ../i18n/en/libqpe.ts |
135 | TRANSLATIONS += ../i18n/sl/libqpe.ts | 135 | TRANSLATIONS += ../i18n/sl/libqpe.ts |
136 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 136 | TRANSLATIONS += ../i18n/hu/libqpe.ts |
137 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 137 | TRANSLATIONS += ../i18n/ja/libqpe.ts |
138 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 138 | TRANSLATIONS += ../i18n/ko/libqpe.ts |
139 | TRANSLATIONS += ../i18n/pl/libqpe.ts | 139 | TRANSLATIONS += ../i18n/pl/libqpe.ts |
140 | TRANSLATIONS += ../i18n/fr/libqpe.ts | 140 | TRANSLATIONS += ../i18n/fr/libqpe.ts |
141 | TRANSLATIONS += ../i18n/no/libqpe.ts | 141 | TRANSLATIONS += ../i18n/no/libqpe.ts |
142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts |
143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts |