summaryrefslogtreecommitdiff
path: root/noncore/games/kbill
authorkergoth <kergoth>2002-12-10 18:57:18 (UTC)
committer kergoth <kergoth>2002-12-10 18:57:18 (UTC)
commitd7ade26d9b84c5347b39891f97fbf12f440d86f0 (patch) (unidiff)
tree94d2d896a5938c67026e280a19a5606ecd60238f /noncore/games/kbill
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/games/kbill') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/kbill.pro2
1 files changed, 1 insertions, 1 deletions
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
@@ -7,13 +7,13 @@ SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \
7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ 7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \
8Spark.cc UI.cpp inputbox.cpp kbill.cpp 8Spark.cc UI.cpp inputbox.cpp kbill.cpp
9INTERFACES = helpdialog.ui 9INTERFACES = 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
16TRANSLATIONS = ../../../i18n/de/kbill.ts \ 16TRANSLATIONS = ../../../i18n/de/kbill.ts \
17 ../../../i18n/en/kbill.ts \ 17 ../../../i18n/en/kbill.ts \
18 ../../../i18n/es/kbill.ts \ 18 ../../../i18n/es/kbill.ts \
19 ../../../i18n/fr/kbill.ts \ 19 ../../../i18n/fr/kbill.ts \