author | cniehaus <cniehaus> | 2002-07-16 13:48:06 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-07-16 13:48:06 (UTC) |
commit | 1e041a905998928e8d85e8d439799e45456c7778 (patch) (side-by-side diff) | |
tree | 2206caead9abf44b6d45307789889aee969f464e | |
parent | 59f2516bf4f693bae6e29fe1f50e21e92e79acb2 (diff) | |
download | opie-1e041a905998928e8d85e8d439799e45456c7778.zip opie-1e041a905998928e8d85e8d439799e45456c7778.tar.gz opie-1e041a905998928e8d85e8d439799e45456c7778.tar.bz2 |
make the path of the translationfiles correct
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index d08dab0..cfaded6 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -10,22 +10,22 @@ SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardp TARGET = patience INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe REQUIRES = patience -TRANSLATIONS = ../i18n/de/patience.ts -TRANSLATIONS += ../i18n/es/patience.ts -TRANSLATIONS += ../i18n/pt/patience.ts -TRANSLATIONS += ../i18n/pt_BR/patience.ts -TRANSLATIONS += ../i18n/en/patience.ts -TRANSLATIONS += ../i18n/hu/patience.ts -TRANSLATIONS += ../i18n/ja/patience.ts -TRANSLATIONS += ../i18n/sl/patience.ts -TRANSLATIONS += ../i18n/ko/patience.ts -TRANSLATIONS += ../i18n/pl/patience.ts -TRANSLATIONS += ../i18n/no/patience.ts -TRANSLATIONS += ../i18n/fr/patience.ts -TRANSLATIONS += ../i18n/zh_CN/patience.ts -TRANSLATIONS += ../i18n/zh_TW/patience.ts +TRANSLATIONS = ../../../i18n/de/patience.ts +TRANSLATIONS += ../../../i18n/es/patience.ts +TRANSLATIONS += ../../../i18n/pt/patience.ts +TRANSLATIONS += ../../../i18n/pt_BR/patience.ts +TRANSLATIONS += ../../../i18n/en/patience.ts +TRANSLATIONS += ../../../i18n/hu/patience.ts +TRANSLATIONS += ../../../i18n/ja/patience.ts +TRANSLATIONS += ../../../i18n/sl/patience.ts +TRANSLATIONS += ../../../i18n/ko/patience.ts +TRANSLATIONS += ../../../i18n/pl/patience.ts +TRANSLATIONS += ../../../i18n/no/patience.ts +TRANSLATIONS += ../../../i18n/fr/patience.ts +TRANSLATIONS += ../../../i18n/zh_CN/patience.ts +TRANSLATIONS += ../../../i18n/zh_TW/patience.ts |