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

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