home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / life / life.pro < prev    next >
Text File  |  2001-06-29  |  194b  |  11 lines

  1. TEMPLATE    = app
  2. CONFIG        += qt warn_on release
  3. HEADERS        = life.h \
  4.           lifedlg.h
  5. SOURCES        = life.cpp \
  6.           lifedlg.cpp \
  7.           main.cpp
  8. TARGET        = life
  9. DEPENDPATH=../../include
  10. REQUIRES=large-config
  11.