summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
blob: 79d78c68f6eb623a4afac317549d9c91c240bcdb (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 -lopiecore2
INCLUDEPATH	+= $(OPIEDIR)/include/
DEPENDPATH	+= $(OPIEDIR)/include/


include ($(OPIEDIR)/include.pro)