author | kergoth <kergoth> | 2002-12-10 18:57:18 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-10 18:57:18 (UTC) |
commit | d7ade26d9b84c5347b39891f97fbf12f440d86f0 (patch) (unidiff) | |
tree | 94d2d896a5938c67026e280a19a5606ecd60238f | |
parent | 9907b5d2ab9cf38f7028ef72c32d5810ff3c4b98 (diff) | |
download | opie-d7ade26d9b84c5347b39891f97fbf12f440d86f0.zip opie-d7ade26d9b84c5347b39891f97fbf12f440d86f0.tar.gz opie-d7ade26d9b84c5347b39891f97fbf12f440d86f0.tar.bz2 |
Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer link with g++.
-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 | |||
@@ -20,7 +20,7 @@ SOURCES = main.cpp \ | |||
20 | datawidgetui.cpp | 20 | datawidgetui.cpp |
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH += $(OPIEDIR)/include | 22 | DEPENDPATH += $(OPIEDIR)/include |
23 | LIBS += -lqpe | 23 | LIBS += -lqpe -lstdc++ |
24 | INTERFACES= calcdlg.ui | 24 | INTERFACES= calcdlg.ui |
25 | TARGET = oxygen | 25 | TARGET = oxygen |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | 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 | |||
10 | TARGET = kbill | 10 | TARGET = kbill |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe -lstdc++ |
14 | DESTDIR = $(OPIEDIR)/bin | 14 | DESTDIR = $(OPIEDIR)/bin |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ | 16 | 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 += . \ | |||
49 | ../goo \ | 49 | ../goo \ |
50 | goo | 50 | goo |
51 | 51 | ||
52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie | 52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ |
53 | DESTDIR = $(OPIEDIR)/bin | 53 | DESTDIR = $(OPIEDIR)/bin |
54 | TARGET = qpdf | 54 | TARGET = qpdf |
55 | 55 | ||