home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / showimg / showimg.pro < prev   
Text File  |  2001-10-09  |  248b  |  12 lines

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