summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (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
@@ -3,6 +3,6 @@ CONFIG = qt warn_on release
HEADERS = buzzword.h
SOURCES = buzzword.cpp main.cpp
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
DESTDIR = $(OPIEDIR)/bin
LIBS += -lqpe
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
@@ -4,6 +4,6 @@ CONFIG = qt warn_on release
HEADERS = game.h kbounce.h
SOURCES = game.cpp kbounce.cpp main.cpp
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin