home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / dragdrop / dragdrop.pro < prev    next >
Encoding:
Text File  |  2001-06-22  |  203 b   |  11 lines

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