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