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

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