blob: a9f80f0114a003d2cdea74e5d3d11152b5573724 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | TEMPLATE	= app
TARGET		= tetrix
CONFIG		+= qt warn_on release
DEPENDPATH	= ../../include
REQUIRES	= small-config
HEADERS		= gtetrix.h \
		  tqdragapp.h \
		  qtetrix.h \
		  qtetrixb.h \
		  tpiece.h
SOURCES		= gtetrix.cpp \
		  tqdragapp.cpp \
		  qtetrix.cpp \
		  qtetrixb.cpp \
		  tetrix.cpp \
		  tpiece.cpp
 |