-rw-r--r-- | noncore/games/zbounce/zbounce.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/games/zbounce/zbounce.pro b/noncore/games/zbounce/zbounce.pro index 532f640..9852f04 100644 --- a/noncore/games/zbounce/zbounce.pro +++ b/noncore/games/zbounce/zbounce.pro | |||
@@ -1,10 +1,26 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = game.h kbounce.h | 4 | HEADERS = game.h kbounce.h |
5 | SOURCES = game.cpp kbounce.cpp main.cpp | 5 | SOURCES = game.cpp kbounce.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 | DESTDIR = $(OPIEDIR)/bin | 9 | DESTDIR = $(OPIEDIR)/bin |
10 | TARGET = zbounce | 10 | TARGET = zbounce |
11 | |||
12 | TRANSLATIONS = ../../../i18n/de/zbounce.ts \ | ||
13 | ../../../i18n/en/zbounce.ts \ | ||
14 | ../../../i18n/es/zbounce.ts \ | ||
15 | ../../../i18n/fr/zbounce.ts \ | ||
16 | ../../../i18n/hu/zbounce.ts \ | ||
17 | ../../../i18n/ja/zbounce.ts \ | ||
18 | ../../../i18n/ko/zbounce.ts \ | ||
19 | ../../../i18n/no/zbounce.ts \ | ||
20 | ../../../i18n/pl/zbounce.ts \ | ||
21 | ../../../i18n/pt/zbounce.ts \ | ||
22 | ../../../i18n/pt_BR/zbounce.ts \ | ||
23 | ../../../i18n/sl/zbounce.ts \ | ||
24 | ../../../i18n/zh_CN/zbounce.ts \ | ||
25 | ../../../i18n/zh_TW/zbounce.ts \ | ||
26 | ../../../i18n/it/zbounce.ts | ||