home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / opengl / sharedbox / sharedbox.pro < prev   
Encoding:
Text File  |  2001-05-07  |  212 b   |  11 lines

  1. REQUIRES        = opengl
  2. TEMPLATE    = app
  3. CONFIG        += qt opengl warn_on release
  4. HEADERS        = glbox.h \
  5.           globjwin.h
  6. SOURCES        = glbox.cpp \
  7.           globjwin.cpp \
  8.           main.cpp
  9. TARGET        = sharedbox
  10. DEPENDPATH    = ../include
  11.