summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
Side-by-side diff
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,29 +1,32 @@
SOURCES += chess.cpp main.cpp
HEADERS += chess.h
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TARGET = chess
DEPENDPATH += $(OPIEDIR)/include
INTERFACES = mainwindow.ui
IMAGES = images/new.png images/repeat.png images/txt.png images/back.png
TEMPLATE =app
CONFIG += qt warn_on release
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -lqpe
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
+