author | kergoth <kergoth> | 2002-12-10 18:57:18 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-10 18:57:18 (UTC) |
commit | d7ade26d9b84c5347b39891f97fbf12f440d86f0 (patch) (side-by-side diff) | |
tree | 94d2d896a5938c67026e280a19a5606ecd60238f /noncore/apps | |
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 |
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 @@ -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 |