summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/tetrix.pro2
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
@@ -11,13 +11,13 @@ SOURCES = main.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 17LIBS += -lqpe -lstdc++
18 INTERFACES= 18 INTERFACES=
19 TARGET = tetrix 19 TARGET = tetrix
20 20
21TRANSLATIONS = ../../../i18n/de/tetrix.ts \ 21TRANSLATIONS = ../../../i18n/de/tetrix.ts \
22 ../../../i18n/da/tetrix.ts \ 22 ../../../i18n/da/tetrix.ts \
23 ../../../i18n/xx/tetrix.ts \ 23 ../../../i18n/xx/tetrix.ts \