summaryrefslogtreecommitdiff
path: root/noncore/games/snake
Side-by-side diff
Diffstat (limited to 'noncore/games/snake') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/snake/Makefile.in16
-rw-r--r--noncore/games/snake/snake.pro6
2 files changed, 11 insertions, 11 deletions
diff --git a/noncore/games/snake/Makefile.in b/noncore/games/snake/Makefile.in
index 8179b6f..0801db3 100644
--- a/noncore/games/snake/Makefile.in
+++ b/noncore/games/snake/Makefile.in
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS)
-INCPATH = -I$(QPEDIR)/include
+INCPATH = -I$(OPIEDIR)/include
LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
@@ -16,3 +16,3 @@ UIC = $(SYSCONF_UIC)
-DESTDIR = $(QPEDIR)/bin/
+DESTDIR = $(OPIEDIR)/bin/
VER_MAJ = 1
@@ -116,3 +116,3 @@ snake.o: snake.cpp \
codes.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/resource.h
@@ -121,3 +121,3 @@ target.o: target.cpp \
codes.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/resource.h
@@ -126,3 +126,3 @@ obstacle.o: obstacle.cpp \
codes.h \
- $(QPEDIR)/include/qpe/resource.h
+ $(OPIEDIR)/include/qpe/resource.h
@@ -133,4 +133,4 @@ interface.o: interface.cpp \
obstacle.h \
- $(QPEDIR)/include/qpe/resource.h \
- $(QPEDIR)/include/qpe/qpetoolbar.h
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h
@@ -141,3 +141,3 @@ main.o: main.cpp \
obstacle.h \
- $(QPEDIR)/include/qpe/qpeapplication.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 6dacdbd..38b4023 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -2,3 +2,3 @@ TEMPLATE = app
CONFIG += qt warn_on release
-DESTDIR = $(QPEDIR)/bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = snake.h target.h obstacle.h interface.h codes.h
@@ -6,4 +6,4 @@ SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
TARGET = snake
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe