summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
Unidiff
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 @@
1 CONFIG = qt quick-app
2 HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwidget.h
3 SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp
4 TARGET = zlines
5 LIBS += -lqpe
6 INCLUDEPATH+= $(OPIEDIR)/include/
7 DEPENDPATH+= $(OPIEDIR)/include/
8
9
10include ($(OPIEDIR)/include.pro)