-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 | |||
@@ -14,7 +14,7 @@ SOURCES = main.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 | ||