summaryrefslogtreecommitdiff
path: root/noncore/unsupported
authorkergoth <kergoth>2002-12-10 18:57:18 (UTC)
committer kergoth <kergoth>2002-12-10 18:57:18 (UTC)
commitd7ade26d9b84c5347b39891f97fbf12f440d86f0 (patch) (unidiff)
tree94d2d896a5938c67026e280a19a5606ecd60238f /noncore/unsupported
parent9907b5d2ab9cf38f7028ef72c32d5810ff3c4b98 (diff)
downloadopie-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++.
Diffstat (limited to 'noncore/unsupported') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro2
1 files changed, 1 insertions, 1 deletions
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
@@ -46,13 +46,13 @@ INCLUDEPATH += . \
46 .. \ 46 .. \
47 xpdf \ 47 xpdf \
48 $(OPIEDIR)/include \ 48 $(OPIEDIR)/include \
49 ../goo \ 49 ../goo \
50 goo 50 goo
51 51
52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie 52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++
53DESTDIR = $(OPIEDIR)/bin 53DESTDIR = $(OPIEDIR)/bin
54TARGET = qpdf 54TARGET = qpdf
55 55
56TRANSLATIONS = ../../../i18n/de/qpdf.ts \ 56TRANSLATIONS = ../../../i18n/de/qpdf.ts \
57 ../../../i18n/en/qpdf.ts \ 57 ../../../i18n/en/qpdf.ts \
58 ../../../i18n/es/qpdf.ts \ 58 ../../../i18n/es/qpdf.ts \