-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 | |||
@@ -5,7 +5,7 @@ HEADERS = adpcm.h pixmaps.h helpwindow.h qtrec.h device.h wavFile.h | |||
5 | SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp | 5 | SOURCES = adpcm.c helpwindow.cpp main.cpp qtrec.cpp device.cpp wavFile.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe -lpthread | 8 | LIBS += -lqpe -lstdc++ -lpthread |
9 | INTERFACES = | 9 | INTERFACES = |
10 | TARGET = opierec | 10 | TARGET = opierec |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
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 | |||
@@ -33,7 +33,7 @@ TARGET = wellenreiter | |||
33 | !contains( platform, x11 ) { | 33 | !contains( platform, x11 ) { |
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 | ||
39 | contains( platform, x11 ) { | 39 | contains( platform, x11 ) { |