From 0aff3e917df1fb56eb1f2a6b2ed98355b25ad653 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 16 Mar 2003 19:12:10 +0000 Subject: explicitly link against libstdc++ (needed for cross-compilation, e.g. when linking with arm-linux-gcc) --- 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 -- cgit v0.9.0.2