summaryrefslogtreecommitdiff
path: root/noncore/games
authoralwin <alwin>2005-03-23 12:08:15 (UTC)
committer alwin <alwin>2005-03-23 12:08:15 (UTC)
commita7ad8920579b42dc5a1660808c01c8973e3a6b9b (patch) (unidiff)
treeb419f5f79ca897f528cdb2afbf6a243642b1a0c6 /noncore/games
parent1c59eaa705074f6c6295eff5529bc31b25647a2e (diff)
downloadopie-a7ad8920579b42dc5a1660808c01c8973e3a6b9b.zip
opie-a7ad8920579b42dc5a1660808c01c8973e3a6b9b.tar.gz
opie-a7ad8920579b42dc5a1660808c01c8973e3a6b9b.tar.bz2
link against libopiecore2
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro2
-rw-r--r--noncore/games/sfcave/sfcave.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index e0578e2..c8311ff 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -5,7 +5,7 @@ SOURCES = main.cpp \
5TARGET = mindbreaker 5TARGET = mindbreaker
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe -lopiecore2
9 9
10 10
11include( $(OPIEDIR)/include.pro ) 11include( $(OPIEDIR)/include.pro )
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro
index 8005693..b75e29f 100644
--- a/noncore/games/sfcave/sfcave.pro
+++ b/noncore/games/sfcave/sfcave.pro
@@ -4,7 +4,7 @@ HEADERS = sfcave.h helpwindow.h random.h
4 TARGET = sfcave 4 TARGET = sfcave
5 INCLUDEPATH += $(OPIEDIR)/include 5 INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 8
9 9
10include( $(OPIEDIR)/include.pro ) 10include( $(OPIEDIR)/include.pro )