summaryrefslogtreecommitdiff
path: root/noncore/games
authorimm <imm>2002-08-31 12:42:30 (UTC)
committer imm <imm>2002-08-31 12:42:30 (UTC)
commita5c724a5e9b151d0ada9cba1d8e9017f5b86347b (patch) (unidiff)
tree6cb61b33c40cf3a6643587748709871b131119cd /noncore/games
parent59e182e32cff81c3b80a64b68fd727a2b6cd7971 (diff)
downloadopie-a5c724a5e9b151d0ada9cba1d8e9017f5b86347b.zip
opie-a5c724a5e9b151d0ada9cba1d8e9017f5b86347b.tar.gz
opie-a5c724a5e9b151d0ada9cba1d8e9017f5b86347b.tar.bz2
opiedir fix
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.pro4
-rw-r--r--noncore/games/zbounce/zbounce.pro4
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro
index 229d452..004fb28 100644
--- a/noncore/games/buzzword/buzzword.pro
+++ b/noncore/games/buzzword/buzzword.pro
@@ -2,8 +2,8 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = buzzword.h 3 HEADERS = buzzword.h
4 SOURCES = buzzword.cpp main.cpp 4 SOURCES = buzzword.cpp main.cpp
5 INCLUDEPATH+= $(QPEDIR)/include 5 INCLUDEPATH+= $(OPIEDIR)/include
6 DEPENDPATH+= $(QPEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7DESTDIR = $(OPIEDIR)/bin 7DESTDIR = $(OPIEDIR)/bin
8LIBS += -lqpe 8LIBS += -lqpe
9 TARGET = buzzword 9 TARGET = buzzword
diff --git a/noncore/games/zbounce/zbounce.pro b/noncore/games/zbounce/zbounce.pro
index 4bf2058..532f640 100644
--- a/noncore/games/zbounce/zbounce.pro
+++ b/noncore/games/zbounce/zbounce.pro
@@ -3,8 +3,8 @@ TEMPLATE = app
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 HEADERS = game.h kbounce.h 4 HEADERS = game.h kbounce.h
5 SOURCES = game.cpp kbounce.cpp main.cpp 5 SOURCES = game.cpp kbounce.cpp main.cpp
6 INCLUDEPATH+= $(QPEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(QPEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9DESTDIR = $(OPIEDIR)/bin 9DESTDIR = $(OPIEDIR)/bin
10 TARGET = zbounce 10 TARGET = zbounce