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

Diff of /qsampler/trunk/win32/qsampler.pro

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

revision 960 by capela, Fri Aug 19 17:10:16 2005 UTC revision 961 by capela, Sun Dec 3 18:26:13 2006 UTC
# Line 1  Line 1 
1  INCLUDEPATH     += ../src ../../liblscp  INCLUDEPATH     += ../src ../../liblscp
2    
 SOURCES  += ../src/main.cpp \  
                         ../src/qsamplerOptions.cpp \  
                         ../src/qsamplerChannel.cpp \  
                         ../src/qsamplerMessages.cpp \  
                         ../src/qsamplerDevice.cpp  
   
3  HEADERS  += ../src/qsamplerAbout.h \  HEADERS  += ../src/qsamplerAbout.h \
4                          ../src/qsamplerOptions.h \                          ../src/qsamplerOptions.h \
5                          ../src/qsamplerChannel.h \                          ../src/qsamplerChannel.h \
6                          ../src/qsamplerMessages.h \                          ../src/qsamplerMessages.h \
7                            ../src/qsamplerInstrument.h \
8                            ../src/qsamplerInstrumentList.h \
9                          ../src/qsamplerDevice.h                          ../src/qsamplerDevice.h
10    
11    SOURCES  += ../src/main.cpp \
12                            ../src/qsamplerOptions.cpp \
13                            ../src/qsamplerChannel.cpp \
14                            ../src/qsamplerMessages.cpp \
15                            ../src/qsamplerInstrument.cpp \
16                            ../src/qsamplerInstrumentList.cpp \
17                            ../src/qsamplerDevice.cpp
18    
19  FORMS     = ../src/qsamplerMainForm.ui \  FORMS     = ../src/qsamplerMainForm.ui \
20                          ../src/qsamplerChannelStrip.ui \                          ../src/qsamplerChannelStrip.ui \
21                          ../src/qsamplerChannelForm.ui \                          ../src/qsamplerChannelForm.ui \
22                          ../src/qsamplerOptionsForm.ui \                          ../src/qsamplerOptionsForm.ui \
23                            ../src/qsamplerInstrumentForm.ui \
24                            ../src/qsamplerInstrumentListForm.ui \
25                          ../src/qsamplerDeviceForm.ui                          ../src/qsamplerDeviceForm.ui
26    
27  IMAGES    = ../icons/qsampler.png \  IMAGES    = ../icons/qsampler.png \
28                          ../icons/qsamplerChannel.png \                          ../icons/qsamplerChannel.png \
29                            ../icons/qsamplerInstrument.png \
30                          ../icons/qsamplerDevice.png \                          ../icons/qsamplerDevice.png \
31                          ../icons/fileNew.png \                          ../icons/fileNew.png \
32                          ../icons/fileOpen.png \                          ../icons/fileOpen.png \
# Line 32  IMAGES   = ../icons/qsampler.png \ Line 39  IMAGES   = ../icons/qsampler.png \
39                          ../icons/editResetChannel.png \                          ../icons/editResetChannel.png \
40                          ../icons/editResetAllChannels.png \                          ../icons/editResetAllChannels.png \
41                          ../icons/channelsArrange.png \                          ../icons/channelsArrange.png \
42                            ../icons/itemGroup.png \
43                            ../icons/itemGroupOpen.png \
44                            ../icons/itemFile.png \
45                          ../icons/formAccept.png \                          ../icons/formAccept.png \
46                          ../icons/formReject.png \                          ../icons/formReject.png \
47                          ../icons/displaybg1.png \                          ../icons/displaybg1.png \

Legend:
Removed from v.960  
changed lines
  Added in v.961

  ViewVC Help
Powered by ViewVC