author | harlekin <harlekin> | 2002-06-24 08:22:22 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-24 08:22:22 (UTC) |
commit | 08fb6ae7432fc8c76dfd03ff37582659d7e4968d (patch) (side-by-side diff) | |
tree | 79ed8f736aafe00764bf60c50790076e537da849 | |
parent | 2683af8681a9b61d75880bca1bed3161fbf82fab (diff) | |
download | opie-08fb6ae7432fc8c76dfd03ff37582659d7e4968d.zip opie-08fb6ae7432fc8c76dfd03ff37582659d7e4968d.tar.gz opie-08fb6ae7432fc8c76dfd03ff37582659d7e4968d.tar.bz2 |
hardcoded libqpe version
-rw-r--r-- | library/library.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.pro b/library/library.pro index 44fd7cf..a05ee7e 100644 --- a/library/library.pro +++ b/library/library.pro @@ -116,25 +116,25 @@ SOURCES = calendar.cpp \ # Qt 3 compatibility qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h qt2: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 +VERSION = 1.5.0.1 TRANSLATIONS = ../i18n/de/libqpe.ts TRANSLATIONS += ../i18n/es/libqpe.ts TRANSLATIONS += ../i18n/pt/libqpe.ts TRANSLATIONS += ../i18n/pt_BR/libqpe.ts TRANSLATIONS += ../i18n/en/libqpe.ts TRANSLATIONS += ../i18n/sl/libqpe.ts TRANSLATIONS += ../i18n/hu/libqpe.ts TRANSLATIONS += ../i18n/ja/libqpe.ts TRANSLATIONS += ../i18n/ko/libqpe.ts TRANSLATIONS += ../i18n/pl/libqpe.ts TRANSLATIONS += ../i18n/fr/libqpe.ts |