summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/kbill.pro
authormickeyl <mickeyl>2005-01-15 23:07:36 (UTC)
committer mickeyl <mickeyl>2005-01-15 23:07:36 (UTC)
commit972d0500299d6bed8e0890810f9c120390268dcf (patch) (side-by-side diff)
treef38d1a12f290d4e47c012483a113a67b7dfc2f30 /noncore/games/kbill/kbill.pro
parent490b0398b7e11f1485b902a6d9b99b9152be2492 (diff)
downloadopie-972d0500299d6bed8e0890810f9c120390268dcf.zip
opie-972d0500299d6bed8e0890810f9c120390268dcf.tar.gz
opie-972d0500299d6bed8e0890810f9c120390268dcf.tar.bz2
kbill no longer needs STL
Diffstat (limited to 'noncore/games/kbill/kbill.pro') (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 8ecad10..c1d2652 100644
--- a/noncore/games/kbill/kbill.pro
+++ b/noncore/games/kbill/kbill.pro
@@ -10,7 +10,7 @@ INTERFACES = helpdialog.ui
TARGET = kbill
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lstdc++
+LIBS += -lqpe -lopiecore2
DESTDIR = $(OPIEDIR)/bin
include( $(OPIEDIR)/include.pro )