source: trunk/examples/tetrix/tetrix.pro

Last change on this file was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

File size: 334 bytes
Line 
1TEMPLATE = app
2TARGET = tetrix
3
4CONFIG += qt warn_on release
5DEPENDPATH = ../../include
6
7REQUIRES = small-config
8
9HEADERS = gtetrix.h \
10 qdragapp.h \
11 qtetrix.h \
12 qtetrixb.h \
13 tpiece.h
14SOURCES = gtetrix.cpp \
15 qdragapp.cpp \
16 qtetrix.cpp \
17 qtetrixb.cpp \
18 tetrix.cpp \
19 tpiece.cpp
Note: See TracBrowser for help on using the repository browser.