summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/chess/chess.pro') (more/less context) (show 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
@@ -2,3 +2,3 @@ SOURCES += chess.cpp main.cpp
HEADERS += chess.h
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TARGET = chess
@@ -15,15 +15,18 @@ 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
+