summaryrefslogtreecommitdiff
path: root/noncore
authorsimon <simon>2003-04-20 10:21:23 (UTC)
committer simon <simon>2003-04-20 10:21:23 (UTC)
commitcf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486 (patch) (unidiff)
treee731ac81737e26369b5060d58761590acbe279ed /noncore
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') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opierec/opierec.pro2
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro2
2 files changed, 2 insertions, 2 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
@@ -6,5 +6,5 @@ SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe -lpthread 8LIBS += -lqpe -lstdc++ -lpthread
9INTERFACES = 9INTERFACES =
10TARGET = opierec 10TARGET = opierec
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 08eb18a..476518a 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -34,5 +34,5 @@ TARGET = wellenreiter
34 message( qws ) 34 message( qws )
35 include ( $(OPIEDIR)/include.pro ) 35 include ( $(OPIEDIR)/include.pro )
36 LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2 36 LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2 -lstdc++
37} 37}
38 38