author | harlekin <harlekin> | 2002-06-24 08:22:22 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-24 08:22:22 (UTC) |
commit | 08fb6ae7432fc8c76dfd03ff37582659d7e4968d (patch) (unidiff) | |
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 | |||
@@ -112,32 +112,32 @@ SOURCES = calendar.cpp \ | |||
112 | findwidget_p.cpp \ | 112 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 113 | finddialog.cpp \ |
114 | lnkproperties.cpp | 114 | lnkproperties.cpp |
115 | 115 | ||
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | 119 | ||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
122 | 122 | ||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | 124 | ||
125 | TARGET = qpe | 125 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0.1 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/es/libqpe.ts | 131 | TRANSLATIONS += ../i18n/es/libqpe.ts |
132 | TRANSLATIONS += ../i18n/pt/libqpe.ts | 132 | TRANSLATIONS += ../i18n/pt/libqpe.ts |
133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
134 | TRANSLATIONS += ../i18n/en/libqpe.ts | 134 | TRANSLATIONS += ../i18n/en/libqpe.ts |
135 | TRANSLATIONS += ../i18n/sl/libqpe.ts | 135 | TRANSLATIONS += ../i18n/sl/libqpe.ts |
136 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 136 | TRANSLATIONS += ../i18n/hu/libqpe.ts |
137 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 137 | TRANSLATIONS += ../i18n/ja/libqpe.ts |
138 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 138 | TRANSLATIONS += ../i18n/ko/libqpe.ts |
139 | TRANSLATIONS += ../i18n/pl/libqpe.ts | 139 | TRANSLATIONS += ../i18n/pl/libqpe.ts |
140 | TRANSLATIONS += ../i18n/fr/libqpe.ts | 140 | TRANSLATIONS += ../i18n/fr/libqpe.ts |
141 | TRANSLATIONS += ../i18n/no/libqpe.ts | 141 | TRANSLATIONS += ../i18n/no/libqpe.ts |
142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts |
143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts |