-rw-r--r-- | noncore/games/fifteen/fifteen.pro | 2 | ||||
-rw-r--r-- | noncore/games/go/go.pro | 2 | ||||
-rw-r--r-- | noncore/games/tetrix/tetrix.pro | 2 |
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,4 +1,4 @@ -DESTDIR = ../bin +DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = fifteen.h 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,4 +1,4 @@ -DESTDIR = ../bin +DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = amigo.h \ 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,6 +1,6 @@ TEMPLATE = app CONFIG = qt warn_on release -DESTDIR = ../bin +DESTDIR = $(OPIEDIR)/bin HEADERS = minefield.h \ gtetrix.h \ qtetrix.h \ |