summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
authorzecke <zecke>2004-02-17 16:24:32 (UTC)
committer zecke <zecke>2004-02-17 16:24:32 (UTC)
commit62b3979c6b23627eeca3b89f6feb491cdab97b08 (patch) (side-by-side diff)
tree8545969e2a2bf63a618b50e4b0d8fbf7f73bedbd /noncore/games/zlines/zlines.pro
parent1207607ebbc59841718b79508fc222cb4eee9fde (diff)
downloadopie-62b3979c6b23627eeca3b89f6feb491cdab97b08.zip
opie-62b3979c6b23627eeca3b89f6feb491cdab97b08.tar.gz
opie-62b3979c6b23627eeca3b89f6feb491cdab97b08.tar.bz2
Add the zLines port to Opie
Diffstat (limited to 'noncore/games/zlines/zlines.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zlines/zlines.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/games/zlines/zlines.pro b/noncore/games/zlines/zlines.pro
new file mode 100644
index 0000000..e3f8a29
--- a/dev/null
+++ b/noncore/games/zlines/zlines.pro
@@ -0,0 +1,10 @@
+CONFIG = qt quick-app
+HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwidget.h
+SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp
+TARGET = zlines
+LIBS += -lqpe
+INCLUDEPATH += $(OPIEDIR)/include/
+DEPENDPATH += $(OPIEDIR)/include/
+
+
+include ($(OPIEDIR)/include.pro)