home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / network / networkprotocol / networkprotocol.pro < prev    next >
Encoding:
Text File  |  2001-05-07  |  178 b   |  8 lines

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