author | zecke <zecke> | 2003-04-20 18:32:59 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-04-20 18:32:59 (UTC) |
commit | e8255ae4a8582fdfade1e04d06b398bc8e16b70f (patch) (unidiff) | |
tree | b2c9b7bce0841d874066bc5752241c957fb38ca2 | |
parent | 557a7f95b28bc2c1ecda1e4bf73a550789fe57d2 (diff) | |
download | opie-e8255ae4a8582fdfade1e04d06b398bc8e16b70f.zip opie-e8255ae4a8582fdfade1e04d06b398bc8e16b70f.tar.gz opie-e8255ae4a8582fdfade1e04d06b398bc8e16b70f.tar.bz2 |
Make it work with opie-lupdate
-rw-r--r-- | noncore/unsupported/filebrowser/filebrowser.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 4e0f946..50f5e20 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,32 +1,33 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = filebrowser | ||
10 | 11 | ||
11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ |
12 | ../../../i18n/nl/filebrowser.ts \ | 13 | ../../../i18n/nl/filebrowser.ts \ |
13 | ../../../i18n/da/filebrowser.ts \ | 14 | ../../../i18n/da/filebrowser.ts \ |
14 | ../../../i18n/xx/filebrowser.ts \ | 15 | ../../../i18n/xx/filebrowser.ts \ |
15 | ../../../i18n/en/filebrowser.ts \ | 16 | ../../../i18n/en/filebrowser.ts \ |
16 | ../../../i18n/es/filebrowser.ts \ | 17 | ../../../i18n/es/filebrowser.ts \ |
17 | ../../../i18n/fr/filebrowser.ts \ | 18 | ../../../i18n/fr/filebrowser.ts \ |
18 | ../../../i18n/hu/filebrowser.ts \ | 19 | ../../../i18n/hu/filebrowser.ts \ |
19 | ../../../i18n/ja/filebrowser.ts \ | 20 | ../../../i18n/ja/filebrowser.ts \ |
20 | ../../../i18n/ko/filebrowser.ts \ | 21 | ../../../i18n/ko/filebrowser.ts \ |
21 | ../../../i18n/no/filebrowser.ts \ | 22 | ../../../i18n/no/filebrowser.ts \ |
22 | ../../../i18n/pl/filebrowser.ts \ | 23 | ../../../i18n/pl/filebrowser.ts \ |
23 | ../../../i18n/pt/filebrowser.ts \ | 24 | ../../../i18n/pt/filebrowser.ts \ |
24 | ../../../i18n/pt_BR/filebrowser.ts \ | 25 | ../../../i18n/pt_BR/filebrowser.ts \ |
25 | ../../../i18n/sl/filebrowser.ts \ | 26 | ../../../i18n/sl/filebrowser.ts \ |
26 | ../../../i18n/zh_CN/filebrowser.ts \ | 27 | ../../../i18n/zh_CN/filebrowser.ts \ |
27 | ../../../i18n/it/filebrowser.ts \ | 28 | ../../../i18n/it/filebrowser.ts \ |
28 | ../../../i18n/zh_TW/filebrowser.ts | 29 | ../../../i18n/zh_TW/filebrowser.ts |
29 | 30 | ||
30 | 31 | ||
31 | 32 | ||
32 | include ( $(OPIEDIR)/include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |