author | eilers <eilers> | 2002-11-09 14:38:26 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-11-09 14:38:26 (UTC) |
commit | e9df27b5665583685482d405742a4fd3025fe127 (patch) (unidiff) | |
tree | ee8f724a90ff444023957ca09f57d215c9a17866 /library/library.pro | |
parent | 66b3123dabbad8bdfc75893e0e0c4c4e63301435 (diff) | |
download | opie-e9df27b5665583685482d405742a4fd3025fe127.zip opie-e9df27b5665583685482d405742a4fd3025fe127.tar.gz opie-e9df27b5665583685482d405742a4fd3025fe127.tar.bz2 |
Sorry it should never be committed..
-rw-r--r-- | library/library.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro index 142c609..c6b600b 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -92,50 +92,49 @@ SOURCES = calendar.cpp \ | |||
92 | fontdatabase.cpp \ | 92 | fontdatabase.cpp \ |
93 | power.cpp \ | 93 | power.cpp \ |
94 | storage.cpp \ | 94 | storage.cpp \ |
95 | qpemessagebox.cpp \ | 95 | qpemessagebox.cpp \ |
96 | backend/timeconversion.cpp \ | 96 | backend/timeconversion.cpp \ |
97 | qpedebug.cpp \ | 97 | qpedebug.cpp \ |
98 | qpemenubar.cpp \ | 98 | qpemenubar.cpp \ |
99 | qpetoolbar.cpp \ | 99 | qpetoolbar.cpp \ |
100 | backend/categories.cpp \ | 100 | backend/categories.cpp \ |
101 | backend/stringutil.cpp \ | 101 | backend/stringutil.cpp \ |
102 | backend/palmtoprecord.cpp \ | 102 | backend/palmtoprecord.cpp \ |
103 | backend/task.cpp \ | 103 | backend/task.cpp \ |
104 | backend/event.cpp \ | 104 | backend/event.cpp \ |
105 | backend/contact.cpp \ | 105 | backend/contact.cpp \ |
106 | categorymenu.cpp \ | 106 | categorymenu.cpp \ |
107 | categoryedit_p.cpp \ | 107 | categoryedit_p.cpp \ |
108 | categoryselect.cpp \ | 108 | categoryselect.cpp \ |
109 | categorywidget.cpp \ | 109 | categorywidget.cpp \ |
110 | ir.cpp \ | 110 | ir.cpp \ |
111 | backend/vcc_yacc.cpp \ | 111 | backend/vcc_yacc.cpp \ |
112 | backend/vobject.cpp \ | 112 | backend/vobject.cpp \ |
113 | findwidget_p.cpp \ | 113 | findwidget_p.cpp \ |
114 | finddialog.cpp \ | 114 | finddialog.cpp \ |
115 | lnkproperties.cpp | 115 | lnkproperties.cpp |
116 | # QPE crashes on my Notebook if it tries to play sound | 116 | |
117 | DEFINES = QT_NO_SOUND | ||
118 | # Qt 3 compatibility | 117 | # Qt 3 compatibility |
119 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 118 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
120 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 119 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
121 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
122 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 122 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | TARGET = qpe | 123 | TARGET = qpe |
125 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 124 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
126 | # This is set by configure$(OPIEDIR). | 125 | # This is set by configure$(OPIEDIR). |
127 | VERSION = 1.5.0.1 | 126 | VERSION = 1.5.0.1 |
128 | 127 | ||
129 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 128 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
130 | ../i18n/en/libqpe.ts \ | 129 | ../i18n/en/libqpe.ts \ |
131 | ../i18n/es/libqpe.ts \ | 130 | ../i18n/es/libqpe.ts \ |
132 | ../i18n/fr/libqpe.ts \ | 131 | ../i18n/fr/libqpe.ts \ |
133 | ../i18n/hu/libqpe.ts \ | 132 | ../i18n/hu/libqpe.ts \ |
134 | ../i18n/ja/libqpe.ts \ | 133 | ../i18n/ja/libqpe.ts \ |
135 | ../i18n/ko/libqpe.ts \ | 134 | ../i18n/ko/libqpe.ts \ |
136 | ../i18n/no/libqpe.ts \ | 135 | ../i18n/no/libqpe.ts \ |
137 | ../i18n/pl/libqpe.ts \ | 136 | ../i18n/pl/libqpe.ts \ |
138 | ../i18n/pt/libqpe.ts \ | 137 | ../i18n/pt/libqpe.ts \ |
139 | ../i18n/pt_BR/libqpe.ts \ | 138 | ../i18n/pt_BR/libqpe.ts \ |
140 | ../i18n/sl/libqpe.ts \ | 139 | ../i18n/sl/libqpe.ts \ |
141 | ../i18n/zh_CN/libqpe.ts \ | 140 | ../i18n/zh_CN/libqpe.ts \ |