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) (side-by-side diff)
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,13 +1,13 @@
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = fifteen.h
SOURCES = fifteen.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = fifteen
TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
TRANSLATIONS += ../i18n/es/fifteen.ts
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,13 +1,13 @@
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = amigo.h \
go.h \
goplayutils.h \
gowidget.h
SOURCES = amigo.c \
goplayer.c \
goplayutils.c \
killable.c \
gowidget.cpp \
main.cpp
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,15 +1,15 @@
TEMPLATE = app
CONFIG = qt warn_on release
-DESTDIR = ../bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = minefield.h \
gtetrix.h \
qtetrix.h \
qtetrixb.h \
tpiece.h
SOURCES = main.cpp \
gtetrix.cpp \
qtetrix.cpp \
qtetrixb.cpp \
tpiece.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include