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 | |
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 | |||
@@ -108,18 +108,17 @@ SOURCES = calendar.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) |