-rw-r--r-- | noncore/multimedia/opierec/opierec.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/gui/gui.pro | 2 |
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 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lpthread +LIBS += -lqpe -lstdc++ -lpthread INTERFACES = TARGET = 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 message( qws ) include ( $(OPIEDIR)/include.pro ) - LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2 + LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2 -lstdc++ } |