From d7ade26d9b84c5347b39891f97fbf12f440d86f0 Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 10 Dec 2002 18:57:18 +0000 Subject: Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer link with g++. --- 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 @@ -20,7 +20,7 @@ SOURCES = main.cpp \ datawidgetui.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lstdc++ INTERFACES = calcdlg.ui TARGET = oxygen DESTDIR = $(OPIEDIR)/bin 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 @@ -10,7 +10,7 @@ INTERFACES = helpdialog.ui TARGET = kbill INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lstdc++ DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/kbill.ts \ 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 @@ -49,7 +49,7 @@ INCLUDEPATH += . \ ../goo \ goo -LIBS += -L $(OPIEDIR)/lib -lqpe -lopie +LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ DESTDIR = $(OPIEDIR)/bin TARGET = qpdf -- cgit v0.9.0.2