summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/tetrix.pro
Unidiff
Diffstat (limited to 'noncore/games/tetrix/tetrix.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/tetrix.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 6ef8d64..35fe82b 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -1,42 +1,21 @@
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
15INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include 16 DEPENDPATH+= $(OPIEDIR)/include
17LIBS += -lqpe -lstdc++ 17LIBS += -lqpe -lstdc++
18 INTERFACES= 18 INTERFACES=
19 TARGET = tetrix 19 TARGET = tetrix
20 20
21TRANSLATIONS = ../../../i18n/de/tetrix.ts \
22 ../../../i18n/nl/tetrix.ts \
23 ../../../i18n/da/tetrix.ts \
24 ../../../i18n/xx/tetrix.ts \
25 ../../../i18n/en/tetrix.ts \
26 ../../../i18n/es/tetrix.ts \
27 ../../../i18n/fr/tetrix.ts \
28 ../../../i18n/hu/tetrix.ts \
29 ../../../i18n/ja/tetrix.ts \
30 ../../../i18n/ko/tetrix.ts \
31 ../../../i18n/no/tetrix.ts \
32 ../../../i18n/pl/tetrix.ts \
33 ../../../i18n/pt/tetrix.ts \
34 ../../../i18n/pt_BR/tetrix.ts \
35 ../../../i18n/sl/tetrix.ts \
36 ../../../i18n/zh_CN/tetrix.ts \
37 ../../../i18n/it/tetrix.ts \
38 ../../../i18n/zh_TW/tetrix.ts
39
40
41
42include ( $(OPIEDIR)/include.pro ) 21include ( $(OPIEDIR)/include.pro )