summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/zlines/zlines.pro') (more/less context) (show 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)