summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
blob: e3f8a2981e2bc2cb4863f58b6a8040c05d4c58e9 (plain)
1
2
3
4
5
6
7
8
9
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)