/[svn]/qsampler/trunk/qsampler.pro.in
ViewVC logotype

Diff of /qsampler/trunk/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 426 by capela, Mon Mar 7 11:09:32 2005 UTC revision 825 by capela, Tue Jan 3 13:51:35 2006 UTC
# Line 20  FORMS    = src/qsamplerMainForm.ui \ Line 20  FORMS    = src/qsamplerMainForm.ui \
20    
21  IMAGES   = icons/qsampler.png \  IMAGES   = icons/qsampler.png \
22             icons/qsamplerChannel.png \             icons/qsamplerChannel.png \
23               icons/qsamplerDevice.png \
24             icons/fileNew.png \             icons/fileNew.png \
25             icons/fileOpen.png \             icons/fileOpen.png \
26             icons/fileSave.png \             icons/fileSave.png \
# Line 33  IMAGES   = icons/qsampler.png \ Line 34  IMAGES   = icons/qsampler.png \
34             icons/channelsArrange.png \             icons/channelsArrange.png \
35             icons/formAccept.png \             icons/formAccept.png \
36             icons/formReject.png \             icons/formReject.png \
37             icons/displaybg1.png             icons/formRefresh.png \
38               icons/deviceCreate.png \
39               icons/deviceDelete.png \
40               icons/displaybg1.png \
41               icons/midi1.png \
42               icons/midi2.png \
43               icons/audio1.png \
44               icons/audio2.png
45    
46  TEMPLATE = app  TEMPLATE = app
47  CONFIG  += qt @ac_thread@ warn_on @ac_debug@  CONFIG  += qt @ac_thread@ warn_on @ac_debug@
48  LANGUAGE = C++  LANGUAGE = C++
49    
50  LIBS    += @ac_libs@  LIBS    += @ac_libs@
51    INCPATH += @ac_incpath@
52    

Legend:
Removed from v.426  
changed lines
  Added in v.825

  ViewVC Help
Powered by ViewVC