summaryrefslogtreecommitdiffstats
path: root/tutorial/t14/t14.pro
blob: 665b7844f0c72c34c9fbe3c81d112ea58692d288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	= app
CONFIG		+= qt warn_on release
HEADERS		= cannon.h \
		  gamebrd.h \
		  lcdrange.h
SOURCES		= cannon.cpp \
		  gamebrd.cpp \
		  lcdrange.cpp \
		  main.cpp
TARGET		= t14
REQUIRES=full-config
unix:LIBS += -lm