summaryrefslogtreecommitdiff
path: root/noncore/games/zbounce/zbounce.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/zbounce/zbounce.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zbounce/zbounce.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/games/zbounce/zbounce.pro b/noncore/games/zbounce/zbounce.pro
new file mode 100644
index 0000000..4bf2058
--- a/dev/null
+++ b/noncore/games/zbounce/zbounce.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+HEADERS = game.h kbounce.h
+SOURCES = game.cpp kbounce.cpp main.cpp
+INCLUDEPATH += $(QPEDIR)/include
+DEPENDPATH += $(QPEDIR)/include
+LIBS += -lqpe
+DESTDIR = $(OPIEDIR)/bin
+TARGET = zbounce