-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 2 | ||||
-rw-r--r-- | noncore/games/kbill/kbill.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/qpdf/qpdf.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 77cbf77..eca1c5d 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro @@ -21,5 +21,5 @@ SOURCES = main.cpp \ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lstdc++ INTERFACES = calcdlg.ui TARGET = oxygen diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index e0f6d1c..119b4c3 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro @@ -11,5 +11,5 @@ TARGET = kbill INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lstdc++ DESTDIR = $(OPIEDIR)/bin diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 39cbbae..fce3ba6 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro @@ -50,5 +50,5 @@ INCLUDEPATH += . \ goo -LIBS += -L $(OPIEDIR)/lib -lqpe -lopie +LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ DESTDIR = $(OPIEDIR)/bin TARGET = qpdf |