summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix
authormickeyl <mickeyl>2003-03-16 19:12:10 (UTC)
committer mickeyl <mickeyl>2003-03-16 19:12:10 (UTC)
commit0aff3e917df1fb56eb1f2a6b2ed98355b25ad653 (patch) (side-by-side diff)
tree0047025c8aa3c46c2fe2cf073a16748741beae3a /noncore/games/tetrix
parentae6b3de789726af3928664ef03eac81950e716e4 (diff)
downloadopie-0aff3e917df1fb56eb1f2a6b2ed98355b25ad653.zip
opie-0aff3e917df1fb56eb1f2a6b2ed98355b25ad653.tar.gz
opie-0aff3e917df1fb56eb1f2a6b2ed98355b25ad653.tar.bz2
explicitly link against libstdc++ (needed for cross-compilation, e.g. when linking with arm-linux-gcc)
Diffstat (limited to 'noncore/games/tetrix') (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
@@ -14,7 +14,7 @@ SOURCES = main.cpp \
ohighscoredlg.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lstdc++
INTERFACES =
TARGET = tetrix