author | eilers <eilers> | 2002-11-09 14:38:26 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-11-09 14:38:26 (UTC) |
commit | e9df27b5665583685482d405742a4fd3025fe127 (patch) (side-by-side diff) | |
tree | ee8f724a90ff444023957ca09f57d215c9a17866 | |
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 @@ -104,26 +104,25 @@ SOURCES = calendar.cpp \ backend/event.cpp \ backend/contact.cpp \ categorymenu.cpp \ categoryedit_p.cpp \ categoryselect.cpp \ categorywidget.cpp \ ir.cpp \ backend/vcc_yacc.cpp \ backend/vobject.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp -# QPE crashes on my Notebook if it tries to play sound -DEFINES = QT_NO_SOUND + # Qt 3 compatibility HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp INCLUDEPATH += $(OPIEDIR)/include backend LIBS += -ldl -lcrypt -lm INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui TARGET = qpe DESTDIR = $(QTDIR)/lib$(PROJMAK) # This is set by configure$(OPIEDIR). VERSION = 1.5.0.1 TRANSLATIONS = ../i18n/de/libqpe.ts \ |