summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/zlines.pro
blob: fe8b9aef582cab092087e3d915900e021835d1f7 (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)