summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
authordavipt <davipt>2002-06-24 23:25:17 (UTC)
committer davipt <davipt>2002-06-24 23:25:17 (UTC)
commit2da629c52c3cbfebff7b314b8668ccd579bb6742 (patch) (side-by-side diff)
treecc0176eb71e36c92f5972a34d15a204623a0d1c8 /noncore/games/chess/chess.pro
parent6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff)
downloadopie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz
opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2
Fix TRANSLATIONS
Diffstat (limited to 'noncore/games/chess/chess.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro33
1 files changed, 18 insertions, 15 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index 49ecaba..1307b66 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -1,6 +1,6 @@
SOURCES += chess.cpp main.cpp
HEADERS += chess.h
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TARGET = chess
DEPENDPATH += $(OPIEDIR)/include
INTERFACES = mainwindow.ui
@@ -13,17 +13,20 @@ DBFILE = chess.db
LANGUAGE = C++
CPP_ALWAYS_CREATE_SOURCE = TRUE
-TRANSLATIONS = ../i18n/pt_BR/chess.ts
-TRANSLATIONS += ../i18n/es/chess.ts
-TRANSLATIONS += ../i18n/pt/chess.ts
-TRANSLATIONS += ../i18n/de/chess.ts
-TRANSLATIONS += ../i18n/en/chess.ts
-TRANSLATIONS += ../i18n/fr/chess.ts
-TRANSLATIONS += ../i18n/pl/chess.ts
-TRANSLATIONS += ../i18n/sl/chess.ts
-TRANSLATIONS += ../i18n/hu/chess.ts
-TRANSLATIONS += ../i18n/ja/chess.ts
-TRANSLATIONS += ../i18n/ko/chess.ts
-TRANSLATIONS += ../i18n/no/chess.ts
-TRANSLATIONS += ../i18n/zh_CN/chess.ts
-TRANSLATIONS += ../i18n/zh_TW/chess.ts
+
+
+TRANSLATIONS = ../../../i18n/de/chess.ts
+TRANSLATIONS += ../../../i18n/en/chess.ts
+TRANSLATIONS += ../../../i18n/es/chess.ts
+TRANSLATIONS += ../../../i18n/fr/chess.ts
+TRANSLATIONS += ../../../i18n/hu/chess.ts
+TRANSLATIONS += ../../../i18n/ja/chess.ts
+TRANSLATIONS += ../../../i18n/ko/chess.ts
+TRANSLATIONS += ../../../i18n/no/chess.ts
+TRANSLATIONS += ../../../i18n/pl/chess.ts
+TRANSLATIONS += ../../../i18n/pt/chess.ts
+TRANSLATIONS += ../../../i18n/pt_BR/chess.ts
+TRANSLATIONS += ../../../i18n/sl/chess.ts
+TRANSLATIONS += ../../../i18n/zh_CN/chess.ts
+TRANSLATIONS += ../../../i18n/zh_TW/chess.ts
+