-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 \ | |||
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 \ |