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

  1. TEMPLATE    = app
  2. CONFIG        += qt warn_on release
  3. HEADERS        = textedit.h
  4.         
  5. SOURCES        = textedit.cpp \
  6.           main.cpp
  7. TARGET        = textedit
  8. REQUIRES=full-config
  9.