summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
Diffstat (limited to 'noncore/games') (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
@@ -2,8 +2,8 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = buzzword.h 3 HEADERS = buzzword.h
4 SOURCES = buzzword.cpp main.cpp 4 SOURCES = buzzword.cpp main.cpp
5 INCLUDEPATH+= $(QPEDIR)/include 5 INCLUDEPATH+= $(OPIEDIR)/include
6 DEPENDPATH+= $(QPEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7DESTDIR = $(OPIEDIR)/bin 7DESTDIR = $(OPIEDIR)/bin
8LIBS += -lqpe 8LIBS += -lqpe
9 TARGET = buzzword 9 TARGET = buzzword
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
@@ -3,8 +3,8 @@ TEMPLATE = app
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 HEADERS = game.h kbounce.h 4 HEADERS = game.h kbounce.h
5 SOURCES = game.cpp kbounce.cpp main.cpp 5 SOURCES = game.cpp kbounce.cpp main.cpp
6 INCLUDEPATH+= $(QPEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(QPEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9DESTDIR = $(OPIEDIR)/bin 9DESTDIR = $(OPIEDIR)/bin
10 TARGET = zbounce 10 TARGET = zbounce