-rw-r--r-- | noncore/games/tetrix/tetrix.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index f316dc2..b2beaaf 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = gtetrix.h \ | 4 | HEADERS = gtetrix.h \ |
5 | qtetrix.h \ | 5 | qtetrix.h \ |
6 | qtetrixb.h \ | 6 | qtetrixb.h \ |
7 | tpiece.h \ | 7 | tpiece.h \ |
8 | ohighscoredlg.h | 8 | ohighscoredlg.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp \ | 13 | tpiece.cpp \ |
14 | ohighscoredlg.cpp | 14 | ohighscoredlg.cpp |
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe | 17 | LIBS += -lqpe -lstdc++ |
18 | INTERFACES= | 18 | INTERFACES= |
19 | TARGET = tetrix | 19 | TARGET = tetrix |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ |
22 | ../../../i18n/da/tetrix.ts \ | 22 | ../../../i18n/da/tetrix.ts \ |
23 | ../../../i18n/xx/tetrix.ts \ | 23 | ../../../i18n/xx/tetrix.ts \ |
24 | ../../../i18n/en/tetrix.ts \ | 24 | ../../../i18n/en/tetrix.ts \ |
25 | ../../../i18n/es/tetrix.ts \ | 25 | ../../../i18n/es/tetrix.ts \ |
26 | ../../../i18n/fr/tetrix.ts \ | 26 | ../../../i18n/fr/tetrix.ts \ |
27 | ../../../i18n/hu/tetrix.ts \ | 27 | ../../../i18n/hu/tetrix.ts \ |
28 | ../../../i18n/ja/tetrix.ts \ | 28 | ../../../i18n/ja/tetrix.ts \ |
29 | ../../../i18n/ko/tetrix.ts \ | 29 | ../../../i18n/ko/tetrix.ts \ |
30 | ../../../i18n/no/tetrix.ts \ | 30 | ../../../i18n/no/tetrix.ts \ |
31 | ../../../i18n/pl/tetrix.ts \ | 31 | ../../../i18n/pl/tetrix.ts \ |
32 | ../../../i18n/pt/tetrix.ts \ | 32 | ../../../i18n/pt/tetrix.ts \ |
33 | ../../../i18n/pt_BR/tetrix.ts \ | 33 | ../../../i18n/pt_BR/tetrix.ts \ |