summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen
authorkergoth <kergoth>2002-12-10 18:57:18 (UTC)
committer kergoth <kergoth>2002-12-10 18:57:18 (UTC)
commitd7ade26d9b84c5347b39891f97fbf12f440d86f0 (patch) (unidiff)
tree94d2d896a5938c67026e280a19a5606ecd60238f /noncore/apps/oxygen
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/apps/oxygen') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.pro2
1 files changed, 1 insertions, 1 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
@@ -17,13 +17,13 @@ SOURCES = main.cpp \
17 dataTable.cpp \ 17 dataTable.cpp \
18 psewidget.cpp \ 18 psewidget.cpp \
19 oxyframe.cpp \ 19 oxyframe.cpp \
20 datawidgetui.cpp 20 datawidgetui.cpp
21INCLUDEPATH += $(OPIEDIR)/include 21INCLUDEPATH += $(OPIEDIR)/include
22DEPENDPATH += $(OPIEDIR)/include 22DEPENDPATH += $(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
27 27
28TRANSLATIONS = ../../../i18n/de/oxygen.ts \ 28TRANSLATIONS = ../../../i18n/de/oxygen.ts \
29 ../../../i18n/en/oxygen.ts \ 29 ../../../i18n/en/oxygen.ts \