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

  1. TEMPLATE    = app
  2. CONFIG        += qt warn_on release
  3. HEADERS        = themes.h \
  4.           ../buttongroups/buttongroups.h \
  5.           ../lineedits/lineedits.h \
  6.           ../listboxcombo/listboxcombo.h \
  7.           ../checklists/checklists.h \
  8.           ../progressbar/progressbar.h \
  9.           ../rangecontrols/rangecontrols.h \
  10.           ../richtext/richtext.h \
  11.           wood.h \
  12.           metal.h
  13.         
  14. SOURCES        = themes.cpp \
  15.           main.cpp \
  16.           ../buttongroups/buttongroups.cpp \
  17.           ../lineedits/lineedits.cpp \
  18.           ../listboxcombo/listboxcombo.cpp \
  19.           ../checklists/checklists.cpp \
  20.           ../progressbar/progressbar.cpp \
  21.           ../rangecontrols/rangecontrols.cpp \
  22.           ../richtext/richtext.cpp \
  23.           wood.cpp \
  24.           metal.cpp
  25.  
  26. TARGET        = themes
  27. DEPENDPATH=../../include
  28. REQUIRES=full-config
  29.