blob: ad8ad831a84feaa420e0cd7b2cbd372b1b0ac5f5 (
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 \
qdragapp.h \
qtetrix.h \
qtetrixb.h \
tpiece.h
SOURCES = gtetrix.cpp \
qdragapp.cpp \
qtetrix.cpp \
qtetrixb.cpp \
tetrix.cpp \
tpiece.cpp
|