Last change
on this file since 164 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 | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = tetrix
|
---|
3 |
|
---|
4 | CONFIG += qt warn_on release
|
---|
5 | DEPENDPATH = ../../include
|
---|
6 |
|
---|
7 | REQUIRES = small-config
|
---|
8 |
|
---|
9 | HEADERS = gtetrix.h \
|
---|
10 | qdragapp.h \
|
---|
11 | qtetrix.h \
|
---|
12 | qtetrixb.h \
|
---|
13 | tpiece.h
|
---|
14 | SOURCES = 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.