summaryrefslogtreecommitdiff
path: root/noncore/games
authorzecke <zecke>2002-06-21 14:21:47 (UTC)
committer zecke <zecke>2002-06-21 14:21:47 (UTC)
commitaa6d9e05ffb12acff1d0730ce3a3f43815a65be5 (patch) (unidiff)
treec9f2e9c3ee2e9a6e24604a6ed9e391973b0d0077 /noncore/games
parentab08162e2b10fdd4844e2864f445c6b125ce4f60 (diff)
downloadopie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.zip
opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.tar.gz
opie-aa6d9e05ffb12acff1d0730ce3a3f43815a65be5.tar.bz2
more fixes
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/tetrix/tetrix.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 964b816..ae8778e 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,3 +1,3 @@
1 DESTDIR = ../bin 1 DESTDIR = $(OPIEDIR)/bin
2 TEMPLATE= app 2 TEMPLATE= app
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index f9084a8..90a00a2 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -1,3 +1,3 @@
1 DESTDIR = ../bin 1 DESTDIR = $(OPIEDIR)/bin
2 TEMPLATE= app 2 TEMPLATE= app
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 56310d7..52ae49f 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -1,5 +1,5 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = ../bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = minefield.h \ 4 HEADERS = minefield.h \
5 gtetrix.h \ 5 gtetrix.h \