-rw-r--r-- | noncore/games/buzzword/buzzword.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 7fe9bab..229d452 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro | |||
@@ -1,9 +1,25 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = buzzword.h | 3 | HEADERS = buzzword.h |
4 | SOURCES = buzzword.cpp main.cpp | 4 | SOURCES = buzzword.cpp main.cpp |
5 | INCLUDEPATH+= $(QPEDIR)/include | 5 | INCLUDEPATH+= $(QPEDIR)/include |
6 | DEPENDPATH+= $(QPEDIR)/include | 6 | DEPENDPATH+= $(QPEDIR)/include |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = buzzword | 9 | TARGET = buzzword |
10 | |||
11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ | ||
12 | ../../../i18n/en/buzzword.ts \ | ||
13 | ../../../i18n/es/buzzword.ts \ | ||
14 | ../../../i18n/fr/buzzword.ts \ | ||
15 | ../../../i18n/hu/buzzword.ts \ | ||
16 | ../../../i18n/ja/buzzword.ts \ | ||
17 | ../../../i18n/ko/buzzword.ts \ | ||
18 | ../../../i18n/no/buzzword.ts \ | ||
19 | ../../../i18n/pl/buzzword.ts \ | ||
20 | ../../../i18n/pt/buzzword.ts \ | ||
21 | ../../../i18n/pt_BR/buzzword.ts \ | ||
22 | ../../../i18n/sl/buzzword.ts \ | ||
23 | ../../../i18n/zh_CN/buzzword.ts \ | ||
24 | ../../../i18n/zh_TW/buzzword.ts \ | ||
25 | ../../../i18n/it/buzzword.ts | ||