summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
Unidiff
Diffstat (limited to 'noncore/games/zlines/zlines.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zlines/zlines.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/zlines/zlines.pro b/noncore/games/zlines/zlines.pro
index e3f8a29..79d78c6 100644
--- a/noncore/games/zlines/zlines.pro
+++ b/noncore/games/zlines/zlines.pro
@@ -1,10 +1,10 @@
1 CONFIG = qt quick-app 1 CONFIG = qt quick-app
2 HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwidget.h 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 3 SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp
4 TARGET = zlines 4 TARGET = zlines
5 LIBS += -lqpe 5 LIBS += -lqpe -lopiecore2
6 INCLUDEPATH+= $(OPIEDIR)/include/ 6 INCLUDEPATH+= $(OPIEDIR)/include/
7 DEPENDPATH+= $(OPIEDIR)/include/ 7 DEPENDPATH+= $(OPIEDIR)/include/
8 8
9 9
10include ($(OPIEDIR)/include.pro) 10include ($(OPIEDIR)/include.pro)