summaryrefslogtreecommitdiff
path: root/noncore/multimedia
authorsimon <simon>2003-04-20 10:21:23 (UTC)
committer simon <simon>2003-04-20 10:21:23 (UTC)
commitcf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486 (patch) (side-by-side diff)
treee731ac81737e26369b5060d58761590acbe279ed /noncore/multimedia
parentb2583563a61e1ac1d9207fb3c008443a5fc7dc3c (diff)
downloadopie-cf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486.zip
opie-cf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486.tar.gz
opie-cf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486.tar.bz2
- these apps need libstdc++ when built with a 3.2 toolchain
Diffstat (limited to 'noncore/multimedia') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opierec/opierec.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/opierec.pro b/noncore/multimedia/opierec/opierec.pro
index 00a366d..3447f99 100644
--- a/noncore/multimedia/opierec/opierec.pro
+++ b/noncore/multimedia/opierec/opierec.pro
@@ -5,7 +5,7 @@ HEADERS = adpcm.h pixmaps.h helpwindow.h qtrec.h device.h wavFile.h
SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lpthread
+LIBS += -lqpe -lstdc++ -lpthread
INTERFACES =
TARGET = opierec
DESTDIR = $(OPIEDIR)/bin