-rw-r--r-- | library/library.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro index af505dd..fba98f8 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -105,26 +105,26 @@ SOURCES = calendar.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 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | INCLUDEPATH += $(OPIEDIR)/include backend | 119 | INCLUDEPATH += $(OPIEDIR)/include backend |
120 | LIBS += -ldl -lcrypt -lm | 120 | LIBS += -ldl -lcrypt -lm |
121 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 121 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
122 | TARGET = qpe | 122 | TARGET = qpe |
123 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 123 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
124 | # This is set by configure$(OPIEDIR). | 124 | # This is set by configure$(OPIEDIR). |
125 | VERSION = 1.5.0.1 | 125 | VERSION = 1.5.0.1 |
126 | 126 | ||
127 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 127 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
128 | ../i18n/en/libqpe.ts \ | 128 | ../i18n/en/libqpe.ts \ |
129 | ../i18n/es/libqpe.ts \ | 129 | ../i18n/es/libqpe.ts \ |
130 | ../i18n/fr/libqpe.ts \ | 130 | ../i18n/fr/libqpe.ts \ |