summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/tetrix.pro
Unidiff
Diffstat (limited to 'noncore/games/tetrix/tetrix.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tetrix/tetrix.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 061b4f3..f316dc2 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -1,24 +1,26 @@
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 SOURCES = main.cpp \ 9 SOURCES = main.cpp \
9 gtetrix.cpp \ 10 gtetrix.cpp \
10 qtetrix.cpp \ 11 qtetrix.cpp \
11 qtetrixb.cpp \ 12 qtetrixb.cpp \
12 tpiece.cpp 13 tpiece.cpp \
14 ohighscoredlg.cpp
13INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
14 DEPENDPATH+= $(OPIEDIR)/include 16 DEPENDPATH+= $(OPIEDIR)/include
15LIBS += -lqpe 17LIBS += -lqpe
16 INTERFACES= 18 INTERFACES=
17 TARGET = tetrix 19 TARGET = tetrix
18 20
19TRANSLATIONS = ../../../i18n/de/tetrix.ts \ 21TRANSLATIONS = ../../../i18n/de/tetrix.ts \
20 ../../../i18n/da/tetrix.ts \ 22 ../../../i18n/da/tetrix.ts \
21 ../../../i18n/xx/tetrix.ts \ 23 ../../../i18n/xx/tetrix.ts \
22 ../../../i18n/en/tetrix.ts \ 24 ../../../i18n/en/tetrix.ts \
23 ../../../i18n/es/tetrix.ts \ 25 ../../../i18n/es/tetrix.ts \
24 ../../../i18n/fr/tetrix.ts \ 26 ../../../i18n/fr/tetrix.ts \