/[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 1013 by capela, Mon Jan 8 16:52:48 2007 UTC revision 1394 by capela, Mon Oct 8 09:37:39 2007 UTC
# Line 6  HEADERS         += ../src/qsamplerAbout.h \ Line 6  HEADERS         += ../src/qsamplerAbout.h \
6                          ../src/qsamplerMessages.h \                          ../src/qsamplerMessages.h \
7                          ../src/qsamplerInstrument.h \                          ../src/qsamplerInstrument.h \
8                          ../src/qsamplerInstrumentList.h \                          ../src/qsamplerInstrumentList.h \
9                          ../src/qsamplerDevice.h                          ../src/qsamplerDevice.h \
10                            ../src/qsamplerUtilities.h
11    
12  SOURCES  += ../src/main.cpp \  SOURCES  += ../src/main.cpp \
13                          ../src/qsamplerOptions.cpp \                          ../src/qsamplerOptions.cpp \
# Line 14  SOURCES         += ../src/main.cpp \ Line 15  SOURCES         += ../src/main.cpp \
15                          ../src/qsamplerMessages.cpp \                          ../src/qsamplerMessages.cpp \
16                          ../src/qsamplerInstrument.cpp \                          ../src/qsamplerInstrument.cpp \
17                          ../src/qsamplerInstrumentList.cpp \                          ../src/qsamplerInstrumentList.cpp \
18                          ../src/qsamplerDevice.cpp                          ../src/qsamplerDevice.cpp \
19                            ../src/qsamplerUtilities.cpp
20    
21  FORMS     = ../src/qsamplerMainForm.ui \  FORMS     = ../src/qsamplerMainForm.ui \
22                          ../src/qsamplerChannelStrip.ui \                          ../src/qsamplerChannelStrip.ui \
# Line 36  IMAGES   = ../icons/qsampler.png \ Line 38  IMAGES   = ../icons/qsampler.png \
38                          ../icons/editAddChannel.png \                          ../icons/editAddChannel.png \
39                          ../icons/editRemoveChannel.png \                          ../icons/editRemoveChannel.png \
40                          ../icons/editSetupChannel.png \                          ../icons/editSetupChannel.png \
41                            ../icons/editEditChannel.png \
42                          ../icons/editResetChannel.png \                          ../icons/editResetChannel.png \
43                          ../icons/editResetAllChannels.png \                          ../icons/editResetAllChannels.png \
44                          ../icons/channelsArrange.png \                          ../icons/channelsArrange.png \

Legend:
Removed from v.1013  
changed lines
  Added in v.1394

  ViewVC Help
Powered by ViewVC