home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / tetrix / tetrix.pro < prev    next >
Encoding:
Text File  |  2001-06-22  |  308 b   |  17 lines

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