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

  1. TEMPLATE    = app
  2. CONFIG        += qt warn_on release
  3. HEADERS    = statistics.h
  4. SOURCES    = statistics.cpp main.cpp
  5. TARGET        = statistics
  6. DEPENDPATH    = ../../include
  7. REQUIRES=table full-config
  8.