author | ar <ar> | 2003-12-04 21:16:08 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-04 21:16:08 (UTC) |
commit | 956020cd93327d53d72254f00e448f92a5e679a1 (patch) (side-by-side diff) | |
tree | 202724f7916d752d2a297c3f28225073748d0794 /library | |
parent | c8330ea474bcd2d5359db28786514a5d5cda5fe0 (diff) | |
download | opie-956020cd93327d53d72254f00e448f92a5e679a1.zip opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.gz opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.bz2 |
use opie-lupdate instead lupdate
-rw-r--r-- | library/library.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/library/library.pro b/library/library.pro index ab1f451..eb4bde3 100644 --- a/library/library.pro +++ b/library/library.pro @@ -127,31 +127,11 @@ INCLUDEPATH += $(OPIEDIR)/include backend LIBS += -ldl -lcrypt -lm INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui TARGET = qpe DESTDIR = $(OPIEDIR)/lib$(PROJMAK) VERSION = 1.5.0.1 -TRANSLATIONS = ../i18n/de/libqpe.ts \ - ../i18n/nl/libqpe.ts \ - ../i18n/xx/libqpe.ts \ - ../i18n/en/libqpe.ts \ - ../i18n/es/libqpe.ts \ - ../i18n/fr/libqpe.ts \ - ../i18n/hu/libqpe.ts \ - ../i18n/ja/libqpe.ts \ - ../i18n/ko/libqpe.ts \ - ../i18n/no/libqpe.ts \ - ../i18n/pl/libqpe.ts \ - ../i18n/pt/libqpe.ts \ - ../i18n/pt_BR/libqpe.ts \ - ../i18n/sl/libqpe.ts \ - ../i18n/zh_CN/libqpe.ts \ - ../i18n/it/libqpe.ts \ - ../i18n/zh_TW/libqpe.ts \ - ../i18n/da/libqpe.ts - - include ( $(OPIEDIR)/include.pro ) contains( CONFIG, no-override ){ DEFINES += OPIE_NO_OVERRIDE_QT } |