author | ar <ar> | 2003-12-04 21:16:08 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-04 21:16:08 (UTC) |
commit | 956020cd93327d53d72254f00e448f92a5e679a1 (patch) (unidiff) | |
tree | 202724f7916d752d2a297c3f28225073748d0794 /development | |
parent | c8330ea474bcd2d5359db28786514a5d5cda5fe0 (diff) | |
download | opie-956020cd93327d53d72254f00e448f92a5e679a1.zip opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.gz opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.bz2 |
use opie-lupdate instead lupdate
-rw-r--r-- | development/keyview/keyview.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index ca657bd..bf9be09 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | #CONFIG = qt plugin warn_on debug | 2 | #CONFIG = qt plugin warn_on debug |
3 | CONFIG = qt plugin warn_on release | 3 | CONFIG = qt plugin warn_on release |
4 | HEADERS = keyview.h keyboardimpl.h | 4 | HEADERS = keyview.h keyboardimpl.h |
5 | SOURCES = keyview.cpp keyboardimpl.cpp | 5 | SOURCES = keyview.cpp keyboardimpl.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher | 7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/keyview.ts \ | ||
14 | ../i18n/nl/keyview.ts \ | ||
15 | ../i18n/da/keyview.ts \ | ||
16 | ../i18n/xx/keyview.ts \ | ||
17 | ../i18n/en/keyview.ts \ | ||
18 | ../i18n/es/keyview.ts \ | ||
19 | ../i18n/fr/keyview.ts \ | ||
20 | ../i18n/hu/keyview.ts \ | ||
21 | ../i18n/ja/keyview.ts \ | ||
22 | ../i18n/ko/keyview.ts \ | ||
23 | ../i18n/no/keyview.ts \ | ||
24 | ../i18n/pl/keyview.ts \ | ||
25 | ../i18n/pt/keyview.ts \ | ||
26 | ../i18n/pt_BR/keyview.ts \ | ||
27 | ../i18n/sl/keyview.ts \ | ||
28 | ../i18n/zh_CN/keyview.ts \ | ||
29 | ../i18n/zh_TW/keyview.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |